Visit Gigasoft's Web Site
 ProEssentials v9 Help

PePreCursorMove

Scope

Pego, Pesgo, Pepso

 

public event PreCursorMoveEventHandler PePreCursorMove;

 

There are no arguments to this event.

 

Description

The PreCursorMove event is triggered when the user changes the cursors location. This event gets triggered before the cursor moves. Use  PeUserInterface.Cursor.Subset and PeUserInterface.Cursor.Point properties to know the subset and point indices where the cursor is being moved. You can change the Cursor.Subset and Cursor.Point properties within this event to alter the actual destination of cursor.

 

Comments

NOTE:  If your chart implements null data, make sure not to change the Cursor.Subset and Cursor.Point properties to a location that holds a piece of null data.

 

See Also: PeCursorMoved event, PeUserInterface.Cursor.Mode