Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ObjectChangedEventHandler Delegate
The source of the event.
A ObjectChangedEventArgs that contains the event data.


In This Topic
    ObjectChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the object changed event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ObjectChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ObjectChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ObjectChangedEventHandler(AddressOf HandlerMethod)
    public delegate void ObjectChangedEventHandler( 
       object sender,
       ObjectChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ObjectChangedEventArgs that contains the event data.
    See Also