Class
RadRoutedEventArgs

Contains state information and event data associated with a routed event.

Definition

Namespace:Telerik.WinForms.Spreadsheet

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class RadRoutedEventArgs : RoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsRadRoutedEventArgs

Inherited Members RoutedEventArgs.OnSetSource(object)RoutedEventArgs.InvokeEventHandler(Delegate, object)RoutedEventArgs.RoutedEventRoutedEventArgs.HandledRoutedEventArgs.SourceRoutedEventArgs.OriginalSourceEventArgs.Empty

Constructors

RadRoutedEventArgs()

Initializes a new instance of the RadRoutedEventArgs class.

Declaration

cs-api-definition
public RadRoutedEventArgs()

RadRoutedEventArgs(RoutedEvent)

Initializes a new instance of the RadRoutedEventArgs class, using the supplied routed event identifier.

Declaration

cs-api-definition
public RadRoutedEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent

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

cs-api-definition
public RadRoutedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

source

object

An alternate source that will be reported when the event is handled. This pre-populates the Source property.