Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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