EventArgsTEventValue Property |
Gets the value that is passed to the event handler.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic T EventValue { get; }
Public ReadOnly Property EventValue As T
Get
public:
property T EventValue {
T get ();
}
member EventValue : 'T with get
Property Value
Type:
T
See Also