|
PeTableAnnotation
public event TableAnnotationEventHandler PeTableAnnotation;
public delegate void TableAnnotationEventHandler(object sender, ProEssentials.EventArg.TableAnnotationEventArgs e);
public TableAnnotationEventArgs(bool doubleClick, int workingTable, int rowIndex, int columnIndex)
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. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |