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

GiveRecordDragFeedbackEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the GiveRecordDragFeedbackEventArgs class.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public GiveRecordDragFeedbackEventArgs(
    RoutedEvent routedEvent,
    object source
)

Parameters

Name Type Description
routedEvent RoutedEvent

A RoutedEvent class instance that identifies a routed event and declares its characteristics.

source Object

An object that raised the event.

Remarks

Instances of the GiveRecordDragFeedbackEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also