Class CancelRoutedEventArgs
Contains state information and event data associated with a cancelable routed event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class CancelRoutedEventArgs : RadRoutedEventArgs
Constructors
CancelRoutedEventArgs()
Initializes a new instance of the CancelRoutedEventArgs class.
Declaration
public CancelRoutedEventArgs()
CancelRoutedEventArgs(RoutedEvent)
Initializes a new instance of the CancelRoutedEventArgs class.
Declaration
public CancelRoutedEventArgs(RoutedEvent routedEvent)
Parameters
RoutedEvent
routedEvent
The routed event identifier. |
CancelRoutedEventArgs(RoutedEvent, Object)
Initializes a new instance of the CancelRoutedEventArgs class.
Declaration
public CancelRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
RoutedEvent
routedEvent
The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
System.Object
source
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
public bool Cancel { get; set; }
Property Value
System.Boolean
|