HandleEventArgs Constructor (EventInfo, Properties) |
Initializes a new instance of the object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public HandleEventArgs(
EventInfo eventInfo,
Properties eventParams
)
Public Sub New (
eventInfo As EventInfo,
eventParams As Properties
)
Parameters
- eventInfo
- Type: NetQuarryEventInfo
The EventInfo object associated with this event. - eventParams
- Type: NetQuarryProperties
The parameters registered with this instance of the event.
See Also