Invokes delegates registered with the Pick event.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
protected void OnPick(
	PickEventArgs eventParam
)
Visual Basic (Declaration)
Protected Sub OnPick ( _
	eventParam As PickEventArgs _
)
Visual C++
protected:
void OnPick(
	PickEventArgs^ eventParam
)

Parameters

eventParam
Type: Imsl.Chart2D..::.PickEventArgs
A PickEventArgs that specifies the event data.

See Also