IMSL C# Numerical Library

PickEventHandler Delegate

The delegate for receiving pick events.

public delegate void PickEventHandler(
   PickEventArgs e
);

Parameters

e
A PickEventArgs that contains the event data.

Remarks

Represents the method that will handle the PickPerformed event of a chart node.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Chart2D Namespace | PickEventArgs