Click or drag to resize

ExtensionBaseOnEvent Method

IExtension.OnEvent handler. Note that generally speaking, you will want to override the individual methods specific to the event and not implement the interface directly.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void OnEvent(
	ExtensionEvents extEvent,
	Object sender,
	EAPEventArgs e
)

Parameters

extEvent
Type: NetQuarryExtensionEvents
The event id for the current event.
sender
Type: SystemObject
The object sending the event
e
Type: NetQuarryEAPEventArgs
The event arguments

Implements

IExtensionOnEvent(ExtensionEvents, Object, EAPEventArgs)
See Also