Visit Gigasoft's Web Site
 ProEssentials v10 Help

PeCursorMoved

Scope

Pego, Pesgo, Pepso

 

public event CursorMovedEventHandler PeCursorMoved;

 

Description

The PeCursorMoved event is triggered when the user changes the cursors location.

 

There are no event arguments to this event. Within this event, get PeUserInterface.Cursor.Subset and PeUserInterface.Cursor.Point properties to know the subset and point indices where the cursor is located.

 

Comments

See Also: PePreCursorMove, CursorMode