Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeGraphAnnotationMoved

Scope

Pego, Pesgo, Pepso

 

public event GraphAnnotationMovedEventHandler PeGraphAnnotationMoved;

 

public delegate void GraphAnnotationMovedEventHandler(object sender, ProEssentials.EventArg.GraphAnnotationMovedEventArgs e);

 

public GraphAnnotationMovedEventArgs( int annotationIndex)

 

Argument

Description

annotationIndex

Zero based index of graph annotation clicked.

 

Description

The GraphAnnotationMoved event is fired when the user drags a moveable graph annotation.

 

Comments

See Also: GraphAnnotMoveable

 

Within the demo, see example 031.