IEvent<TEventArgs>.EventArgs Property

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
ReadOnly Property EventArgs As TEventArgs
TEventArgs EventArgs { get; }
property TEventArgs EventArgs {
    TEventArgs get ();
}
abstract EventArgs : 'TEventArgs with get

Property Value

Type: TEventArgs

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IEvent<TEventArgs> Interface

Microsoft.Phone.Reactive Namespace