Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ApplyEventHandler Delegate
Source of event
Event data


In This Topic
    ApplyEventHandler Delegate
    In This Topic
    Internal use only. Handles the apply event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ApplyEventHandler( _
       ByVal sender As Object, _
       ByVal e As ApplyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ApplyEventHandler(AddressOf HandlerMethod)
    public delegate void ApplyEventHandler( 
       object sender,
       ApplyEventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also