Spread Windows Forms 17
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
    Gets the component that was modified.  
    Gets the member that has been changed.  
    Gets the new value of the changed member.  
    Gets the old value of the changed member.  
    See Also