Spread Windows Forms 15.0
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
    public event EventHandler HeaderIndicatorPositionAdjustingChanged
    See Also