Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType.ValueChangedEventHandler Delegate
Object that fires the event
Event data


In This Topic
    CustomDropCellType.ValueChangedEventHandler Delegate
    In This Topic
    Occurs when the user changes the value of the custom drop cell type.
    Syntax
    'Declaration
     
    
    Public Delegate Sub CustomDropCellType.ValueChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ComponentChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CustomDropCellType.ValueChangedEventHandler(AddressOf HandlerMethod)
    public delegate void CustomDropCellType.ValueChangedEventHandler( 
       object sender,
       ComponentChangedEventArgs e
    )

    Parameters

    sender
    Object that fires the event
    e
    Event data
    See Also