Click or drag to resize

MapperExtensionKernel.HandleEvent 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.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void HandleEvent(
	ExtensionEvents Event,
	Object sender,
	EAPEventArgs e
)

Parameters

Event
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
See Also