[]
Fires before the scrollbar annotations are updated.
public event EventHandler<ScrollBarAnnotationsUpdatingArgs> ScrollBarAnnotationsUpdating
Public Event ScrollBarAnnotationsUpdating As EventHandler(Of ScrollBarAnnotationsUpdatingArgs)
| Type | Description |
|---|---|
| EventHandler<ScrollBarAnnotationsUpdatingArgs> | Fires before the scrollbar annotations are updated. |
You can update custom annotations when other annotation types are disabled by subscribing to this event then calling UpdateScrollBarAnnotations(bool, bool) method.