Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeGraphAnnotHotSpot

Scope

Pego, Pesgo, Pepso, Pe3do

 

public event GraphAnnotHotSpotEventHandler PeGraphAnnotHotSpot;

 

public delegate void GraphAnnotHotSpotEventHandler(object sender, ProEssentials.EventArg.GraphAnnotHotSpotEventArgs e);
 

public GraphAnnotHotSpotEventArgs(bool doubleClick, int annotationIndex)

 

Argument

Description

doubleClick

False = Click event

True = Double Click event

annotationIndex

Zero based index of annotation clicked.

 

Description

The GraphAnnotHotSpot event is fired when the user clicks a graph annotation.

 

Comments

This event is only fired if PeUserInterface.HotSpot.GraphAnnotation is True.

 

See Also: PeAnnotation.Graph