Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupStateChangingEventHandler Delegate
Source of the RangeGroupStateChanging event
RangeGroupStateChangingEventArgs object that contains the event data


In This Topic
    RangeGroupStateChangingEventHandler Delegate
    In This Topic
    Represents a defined method that handles the RangeGroupStateChanging event for an outline (range group) of the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub RangeGroupStateChangingEventHandler( _
       ByVal sender As Object, _
       ByVal e As RangeGroupStateChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New RangeGroupStateChangingEventHandler(AddressOf HandlerMethod)
    public delegate void RangeGroupStateChangingEventHandler( 
       object sender,
       RangeGroupStateChangingEventArgs e
    )

    Parameters

    sender
    Source of the RangeGroupStateChanging event
    e
    RangeGroupStateChangingEventArgs object that contains the event data
    See Also