Method OnCursorRequested
OnCursorRequested(EventArgs)
Invoked when a cursor request event occurs.
protected override void OnCursorRequested(EventArgs e)
Parameters
Remarks
This method is called to handle cursor request events and can be overridden in a derived class to provide custom handling. The base implementation does nothing.