Table of Contents

Method RaiseCursorRequested

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

RaiseCursorRequested(EventArgs)

Raises the cursor requested event to notify subscribers that a cursor-related action is required.

public void RaiseCursorRequested(EventArgs e)

Parameters

e EventArgs

Remarks

This method invokes the OnCursorRequested(EventArgs) method unless the object is in a disposing or disposed state. It is typically used to signal that a cursor update or related operation is needed.