ClassRadRoutedEventArgs
Contains state information and event data associated with a routed event.
Definition
Namespace:Telerik.WinForms.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class RadRoutedEventArgs : RoutedEventArgs
Inheritance: objectEventArgsRoutedEventArgsRadRoutedEventArgs
Inherited Members
Constructors
RadRoutedEventArgs()
Initializes a new instance of the RadRoutedEventArgs class.
Declaration
public RadRoutedEventArgs()
RadRoutedEventArgs(RoutedEvent)
Initializes a new instance of the RadRoutedEventArgs class, using the supplied routed event identifier.
Declaration
public RadRoutedEventArgs(RoutedEvent routedEvent)
Parameters
routedEvent
The routed event identifier for this instance of the RoutedEventArgs class.
RadRoutedEventArgs(RoutedEvent, object)
Initializes a new instance of the RadRoutedEventArgs class, using the supplied routed event identifier, and providing the opportunity to declare a different source for the event.
Declaration
public RadRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
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. This pre-populates the Source property.