ScrollBarAnnotationsCreatingEventArgs(RoutedEvent, Object) Constructor
Initializes a new instance of the ScrollBarAnnotationsCreatingEventArgs class with the specified routed event and source.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The routed event. |
source | Object | An object that raised the event. |
Remarks
Instances of the ScrollBarAnnotationsCreatingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also