Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / HeaderIndicatorPositionAdjustingChanged Event


In This Topic
HeaderIndicatorPositionAdjustingChanged Event
In This Topic
Occurs when the HeaderIndicatorPositionAdjusting property has changed.
Syntax
'Declaration
 
Public Event HeaderIndicatorPositionAdjustingChanged As EventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler
 
AddHandler instance.HeaderIndicatorPositionAdjustingChanged, handler
See Also