Table of Contents

Constructor RoutedEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 null

RoutedEventArgs(RoutedEvent)

Constructor for RoutedEventArgs

public RoutedEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent RoutedEvent

The new value that the RoutedEvent Property is being set to

RoutedEventArgs(RoutedEvent, object)

Constructor for RoutedEventArgs

public RoutedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent RoutedEvent

The new value that the RoutedEvent Property is being set to

source object

The new value that the SourceProperty is being set to