Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeTableAnnotation

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event TableAnnotationEventHandler PeTableAnnotation;

 

public delegate void TableAnnotationEventHandler(object sender, ProEssentials.EventArg.TableAnnotationEventArgs e);

 

public TableAnnotationEventArgs(bool doubleClick, int workingTable, int rowIndex, int columnIndex)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

workingTable

Zero based WorkingTable clicked.

rowIndex

Zero based index of Row clicked.

columnIndex

Zero based index of Column clicked

 

Description

The TableAnnotation event is fired when the user clicks inside a table annotation.

 

Comments

This event is only fired if PeAnnotation.Table.HotSpot is set True.

 

See Also: Pego.PeAnnotation.Table, Pego.PeUserInterface.HotSpot

 

Within the demo, see example 030.