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

DragEventArgsBase(RoutedEvent, Object) Constructor

Initializes a new instance of the DragEventArgsBase class with the specified event arguments.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public DragEventArgsBase(
    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 DragEventArgsBase class are automatically created, initialized and passed to the corresponding event handlers.

See Also