Contains state information and event data associated with a cancelable routed event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class CancelRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgs
Derived Classes:
Constructors
Initializes a new instance of the CancelRoutedEventArgs class.
C#
public CancelRoutedEventArgs()
Initializes a new instance of the CancelRoutedEventArgs class.
C#
public CancelRoutedEventArgs(RoutedEvent routedEvent, object source)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled.
Initializes a new instance of the CancelRoutedEventArgs class.
C#
public CancelRoutedEventArgs(RoutedEvent routedEvent)
The routed event identifier.