FormDataSource.cursorNotify Method

Notifies the application about a cursor event.

Syntax

public void cursorNotify(int event)

Run On

Client

Parameters

  • event
    Type: int
    The cursor event identifier. The following table shows the available cursor events.

Remarks

This method can be overridden to implement custom handling of cursor events. However, the super() method has to be called first to enable the kernel to handle the event as appropriate.

See Also

FormDataSource Class

FormDataSource.cursor Method

FormDataSource.leave Method