Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / PropertyNotifyEventHandler Delegate

In This Topic
    PropertyNotifyEventHandler Delegate
    In This Topic
    Represents the method that will handle the INotifyObject.PropertyChanged or INotifyObject.PropertyChanging events raised when a property is changed or chaning on an object.
    Syntax
    'Declaration
     
    Public Delegate Sub PropertyNotifyEventHandler( _
       ByVal sender As Object, _
       ByVal e As PropertyNotifyEventArgs _
    ) 
    public delegate void PropertyNotifyEventHandler( 
       object sender,
       PropertyNotifyEventArgs e
    )

    Parameters

    sender
    e
    See Also