Represents the method that will handle the InstrumentClick event.

Namespace:  PerpetuumSoft.Instrumentation.Web
Assembly:  PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1

Syntax

C#
public delegate void InstrumentClickEventHandler(
	Object sender,
	InstrumentClickEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub InstrumentClickEventHandler ( _
	sender As Object, _
	args As InstrumentClickEventArgs _
)
Visual C++
public delegate void InstrumentClickEventHandler(
	Object^ sender, 
	InstrumentClickEventArgs^ args
)

See Also