ClassCancelRoutedEventArgs
Class
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:
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
An alternate source that will be reported when the event is handled.