Provides data for the InstrumentClick event.

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

Syntax

C#
public class InstrumentClickEventArgs : EventArgs
Visual Basic (Declaration)
Public Class InstrumentClickEventArgs _
	Inherits EventArgs
Visual C++
public ref class InstrumentClickEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Instrumentation.Web..::.InstrumentClickEventArgs

See Also