Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / ValueChanged Event


In This Topic
    ValueChanged Event (CustomDropCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As CustomDropCellType.ValueChangedEventHandler
    'Usage
     
    
    Dim instance As CustomDropCellType
    Dim handler As CustomDropCellType.ValueChangedEventHandler
     
    AddHandler instance.ValueChanged, handler
    Event Data

    The event handler receives an argument of type ComponentChangedEventArgs containing data related to this event. The following ComponentChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
     
    See Also