Share via


DataRoutedEventArgs<T>(T, RoutedEvent) Constructor

Definition

Constructs a new instance of the DataRoutedEventArgs class.

public:
 DataRoutedEventArgs(T data, System::Windows::RoutedEvent ^ routedEvent);
public DataRoutedEventArgs (T data, System.Windows.RoutedEvent routedEvent);
new Microsoft.Management.UI.Internal.DataRoutedEventArgs<'T> : 'T * System.Windows.RoutedEvent -> Microsoft.Management.UI.Internal.DataRoutedEventArgs<'T>
Public Sub New (data As T, routedEvent As RoutedEvent)

Parameters

data
T

The data payload to be stored.

routedEvent
RoutedEvent

The routed event.

Applies to