An event that indicates that a chart element has been selected.

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

Syntax

C#
[SerializableAttribute]
public class PickEventArgs : MouseEventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PickEventArgs _
	Inherits MouseEventArgs
Visual C++
[SerializableAttribute]
public ref class PickEventArgs : public MouseEventArgs

Remarks

Provides data for the PickPerformed event.

Inheritance Hierarchy

See Also