Keyoti SearchUnit API Docs
ActionEventHandler Delegate
API DocumentationKeyoti.SearchEngine.EventsActionEventHandler
Keyoti SearchUnit v6
Handler signature for action events
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void ActionEventHandler(
	Object sender,
	ActionEventArgs e
)
public delegate void ActionEventHandler(
	Object sender,
	ActionEventArgs e
)
Public Delegate Sub ActionEventHandler ( 
	sender As Object,
	e As ActionEventArgs
)
Public Delegate Sub ActionEventHandler ( 
	sender As Object,
	e As ActionEventArgs
)
public delegate void ActionEventHandler(
	Object^ sender, 
	ActionEventArgs^ e
)
public delegate void ActionEventHandler(
	Object^ sender, 
	ActionEventArgs^ e
)
type ActionEventHandler = 
    delegate of 
        sender : Object * 
        e : ActionEventArgs -> unit
type ActionEventHandler = 
    delegate of 
        sender : Object * 
        e : ActionEventArgs -> unit
Parameters
sender (Object)
e (ActionEventArgs)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120