Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RoutedEventArgs Constructor ()

 

Initializes a new instance of the RoutedEventArgs class.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
RoutedEventArgs()

When using this parameterless constructor, all public properties of the new RoutedEventArgs instance assume the following default values:

Null values for Source and OriginalSource only mean that the RoutedEventArgs data makes no attempt to specify the source. When this instance is used in a call to RaiseEvent, the Source and OriginalSource values are populated based on the element that raised the event and are passed on to listeners through the routing.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft