Initializes a new instance of the
EventArgsT class.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic EventArgs(
T eventValue
)
Public Sub New (
eventValue As T
)
public:
EventArgs(
T eventValue
)
new :
eventValue : 'T -> EventArgs
Parameters
- eventValue
- Type: T
The value that must be passed to the event handler.
See Also