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


In This Topic
    ExpandEventHandler Delegate
    In This Topic
    Represents a defined method that handles the Expand event for the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ExpandEventHandler( _
       ByVal sender As Object, _
       ByVal e As ExpandEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ExpandEventHandler(AddressOf HandlerMethod)
    public delegate void ExpandEventHandler( 
       object sender,
       ExpandEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also