Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeTableHotSpot

public event TableHotSpotEventHandler PeTableHotSpot;

 

public delegate void TableHotSpotEventHandler(object sender, ProEssentials.EventArg.TableHotSpotEventArgs e);

 

public TableHotSpotEventArgs(bool doubleClick, int subsetIndex, int pointIndex)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

subsetIndex

Zero based index of subset clicked.

pointIndex

Zero based index of point clicked.

 

Description

The TableHotSpot event is fired when the user clicks inside the table of a Graph Object.

 

Comments

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

 

See Also: PeTable.Show, PeTable.What, PeDataHotSpot event