RoutedEventArgs Constructor
.NET Framework 4.5
Initializes a new instance of the RoutedEventArgs class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RoutedEventArgs() | Initializes a new instance of the RoutedEventArgs class. |
|
RoutedEventArgs(RoutedEvent) | Initializes a new instance of the RoutedEventArgs class, using the supplied routed event identifier. |
|
RoutedEventArgs(RoutedEvent, Object) | Initializes a new instance of the RoutedEventArgs class, using the supplied routed event identifier, and providing the opportunity to declare a different source for the event. |