Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / INotifyObject Interface / PropertyChanging Event

In This Topic
    PropertyChanging Event
    In This Topic
    Occurs when a property value about to be changed.
    Syntax
    'Declaration
     
    Event PropertyChanging As PropertyNotifyEventHandler
    event PropertyNotifyEventHandler PropertyChanging
    Event Data

    The event handler receives an argument of type PropertyNotifyEventArgs containing data related to this event. The following PropertyNotifyEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the name of the property that changing or changed.  
    See Also