Visit Gigasoft's Web Site
 ProEssentials v9 Help

PePointHotSpot

Scope

Pego, Pepco

 

public event PointHotSpotEventHandler PePointHotSpot;

 

public delegate void PointHotSpotEventHandler(object sender, ProEssentials.EventArg.PointHotSpotEventArgs e);

 

public PointHotSpotEventArgs(bool doubleClick, int pointIndex)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

pointIndex

Zero based index of point label clicked.

 

Description

The PointHotSpot event is fired when the user clicks a point label.

 

Comments

This event is only fired if PeUserInterface.HotSpot.Point is TRUE.

 

See Also: PeString.PointLabels Pego.PeUserInterface.HotSpot Pepco.PeUserInterface.HotSpot