Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventHandler Delegate
The sender.
The CircularCellChangedEventArgs instance that contains the event data.


In This Topic
    CircularCellChangedEventHandler Delegate
    In This Topic
    The handler for the CircularCellChanged event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CircularCellChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As CircularCellChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CircularCellChangedEventHandler(AddressOf HandlerMethod)
    public delegate void CircularCellChangedEventHandler( 
       object sender,
       CircularCellChangedEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The CircularCellChangedEventArgs instance that contains the event data.
    See Also