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

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