Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / ValueChanged Event


ValueChanged Event (CustomDropCellType)
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