Raises the CollectionChanged event.

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

Syntax

C#
protected virtual void OnInstrumentClick(
	InstrumentClickEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnInstrumentClick ( _
	args As InstrumentClickEventArgs _
)
Visual C++
protected:
virtual void OnInstrumentClick(
	InstrumentClickEventArgs^ args
)

See Also