Table of Contents

Method OnCursorRequested

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnCursorRequested(EventArgs)

Invoked when a cursor request event occurs.

protected override void OnCursorRequested(EventArgs e)

Parameters

e EventArgs

An EventArgs instance containing the event data.

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.