FormDataSource.cursorNotify(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.