Constructor RoutedEventArgs
RoutedEventArgs()
Constructor for RoutedEventArgs
public RoutedEventArgs()
Remarks
All members take default values
RoutedEvent defaults to null
Handled defaults to false Source defaults to null OriginalSource also defaults to nullRoutedEventArgs(RoutedEvent)
Constructor for RoutedEventArgs
public RoutedEventArgs(RoutedEvent routedEvent)
Parameters
routedEvent
RoutedEventThe new value that the RoutedEvent Property is being set to
RoutedEventArgs(RoutedEvent, object)
Constructor for RoutedEventArgs
public RoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEventThe new value that the RoutedEvent Property is being set to
source
objectThe new value that the SourceProperty is being set to