Skip to main content

CompleteRecordDragDropEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the CompleteRecordDragDropEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

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

See Also