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