CancelRoutedEventArgs(RoutedEvent) Constructor
Initializes a new instance of the CancelRoutedEventArgs class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | A RoutedEvent class instance that identifies a routed event and declares its characteristics. |
See Also