Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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