Share via


FormDataSource.cursorNotify(Int32) Method

Definition

Notifies the application about a cursor event.

public:
 virtual void cursorNotify(int _event);
public virtual void cursorNotify (int _event);
abstract member cursorNotify : int -> unit
override this.cursorNotify : int -> unit
Public Overridable Sub cursorNotify (_event As Integer)

Parameters

_event
Int32

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.

Applies to