[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.ScrollBarAnnotationsUpdating

ScrollBarAnnotationsUpdating Event

Fires before the scrollbar annotations are updated.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
public event EventHandler<ScrollBarAnnotationsUpdatingArgs> ScrollBarAnnotationsUpdating
Public Event ScrollBarAnnotationsUpdating As EventHandler(Of ScrollBarAnnotationsUpdatingArgs)
Returns
Type Description
EventHandler<ScrollBarAnnotationsUpdatingArgs> Fires before the scrollbar annotations are updated.
Remarks

You can update custom annotations when other annotation types are disabled by subscribing to this event then calling UpdateScrollBarAnnotations(bool, bool) method.