Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / PropertyChanged Event


PropertyChanged Event (SheetView)
Occurs when the user changes a property of the sheet.
Syntax
'Declaration
 
Public Event PropertyChanged As SheetViewPropertyChangeEventHandler
 
'Usage
 
Dim instance As SheetView
Dim handler As SheetViewPropertyChangeEventHandler
 
AddHandler instance.PropertyChanged, handler
Event Data

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

PropertyDescription
Gets the name of the property that has changed.  
See Also