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


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

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also