Class
CancelRoutedEventArgs

Contains state information and event data associated with a cancelable routed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class CancelRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgs

Derived Classes: AppointmentCreatingEventArgsAppointmentDeletingEventArgsAppointmentEditingEventArgsAppointmentSavingEventArgsCardViewGroupingEventArgsCardViewSortingEventArgsColumnReorderingEventArgsColumnWidthChangingEventArgsCardViewFilteringEventArgsCardViewItemCancelEventArgsPropertyGridBeginningEditEventArgsDialogEventArgsDragArrowAdjustingEventArgsTaskEditingEventArgsGridViewFilteringEventArgsGridViewSearchingEventArgsGridViewBeginningEditRoutedEventArgsGridViewCellClipboardEventArgsGridViewClipboardEventArgsGridViewDeletingEventArgsGridViewGroupingEventArgsGridViewSortingEventArgsMenuToolTipEventArgsSelectionChangingEventArgsSelectionChangedRoutedEventArgsFilteringEventArgsSortingEventArgsVirtualGridCellClipboardEventArgsVirtualGridClipboardEventArgs

Constructors

CancelRoutedEventArgs()

Initializes a new instance of the CancelRoutedEventArgs class.

Declaration

cs-api-definition
public CancelRoutedEventArgs()

CancelRoutedEventArgs(RoutedEvent)

Initializes a new instance of the CancelRoutedEventArgs class.

Declaration

cs-api-definition
public CancelRoutedEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent

RoutedEvent

The routed event identifier.

CancelRoutedEventArgs(RoutedEvent, object)

Initializes a new instance of the CancelRoutedEventArgs class.

Declaration

cs-api-definition
public CancelRoutedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

source

object

An alternate source that will be reported when the event is handled.

Properties

Cancel

Gets or sets a value indicating whether the event should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

True if cancel; otherwise, false.