Skip to main content

CancelRoutedEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the CancelRoutedEventArgs class.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public CancelRoutedEventArgs(
    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.

See Also