Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationsCreatingEventArgs(
    RoutedEvent routedEvent,
    object source
)

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