Back to Devexpress

CancelRoutedEventArgs Class

wpf-devexpress-dot-xpf-dot-core-a9bf1e4d.md

latest4.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class CancelRoutedEventArgs :
    RoutedEventArgs
vb
Public Class CancelRoutedEventArgs
    Inherits RoutedEventArgs

CancelRoutedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Show 35 items

Object EventArgs RoutedEventArgs CancelRoutedEventArgs BreadcrumbHistoryChangingEventArgs

DiagramBeforeItemsMovingEventArgs

DiagramBeforeItemsResizingEventArgs

DiagramBeforeItemsRotatingEventArgs

DiagramConnectionChangingEventArgs

DiagramContainerIsCollapsedChangingEventArgs

DiagramItemDrawingEventArgs

DiagramItemsDeletingEventArgs

DiagramItemsMovingEventArgs

DiagramItemsPastingEventArgs

DiagramItemsResizingEventArgs

DiagramItemsRotatingEventArgs

DiagramShowingOpenDialogEventArgs

DiagramShowingOpenImageDialogEventArgs

DiagramShowingSaveDialogEventArgs

CellValueChangingEventArgs

AppointmentAddingEventArgs

AppointmentEditingEventArgs

AppointmentRemovingEventArgs

AppointmentRestoringEventArgs

CommitAppointmentResizeEventArgs

DropAppointmentEventArgs

PopupMenuShowingEventArgs

StartAppointmentResizeEventArgs

WindowShowingEventArgs<T>

TimeRulerWindowShowingEventArgs

GotoDateWindowShowingEventArgs

AppointmentWindowShowingEventArgs

DeleteOccurrenceWindowShowingEventArgs

RecurrenceWindowShowingEventArgs

RemindersWindowShowingEventArgs

See Also

CancelRoutedEventArgs Members

DevExpress.Xpf.Core Namespace