Click or drag to resize

ExtensionBase.OnEvent 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: NetQuarry.ExtensionEvents
The event id for the current event.
sender
Type: System.Object
The object sending the event
e
Type: NetQuarry.EAPEventArgs
The event arguments

Implements

IExtension.OnEvent(ExtensionEvents, Object, EAPEventArgs)
See Also