Share via


DataRoutedEventArgs<T> Class

Definition

Routed event args which provide the ability to attach an arbitrary peice of data.

generic <typename T>
public ref class DataRoutedEventArgs : System::Windows::RoutedEventArgs
public class DataRoutedEventArgs<T> : System.Windows.RoutedEventArgs
type DataRoutedEventArgs<'T> = class
    inherit RoutedEventArgs
Public Class DataRoutedEventArgs(Of T)
Inherits RoutedEventArgs

Type Parameters

T

There are no restrictions on type T.

Inheritance
DataRoutedEventArgs<T>

Constructors

DataRoutedEventArgs<T>(T, RoutedEvent)

Constructs a new instance of the DataRoutedEventArgs class.

Properties

Data

Gets a value containing the data being stored.

Applies to