Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

CancelRoutedEventArgs Class

Base class that provides event data for various routed events that relate to an action that can be cancelled .

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public class CancelRoutedEventArgs :
    RoutedEventArgs

Remarks

Set the CancelRoutedEventArgs.Cancel property to true to cancel the event.

See Also