Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / ValueChanged Event


In This Topic
ValueChanged Event (RotationAngle)
In This Topic
Occurs when the value changes.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler
 
'Usage
 
Dim instance As RotationAngle
Dim handler As EventHandler
 
AddHandler instance.ValueChanged, handler
See Also