Gets the data associated with this EventArgs

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public T Data { get; }
Visual Basic
Public ReadOnly Property Data As T
	Get
Visual C++
public:
property T Data {
	T get ();
}
F#
member Data : 'T with get

Property Value

Type: T

See Also