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


In This Topic
    AdvanceEventHandler Delegate
    In This Topic
    Represents the method that handles the Advance event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub AdvanceEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As New AdvanceEventHandler(AddressOf HandlerMethod)
    public delegate void AdvanceEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also