 | PdfViewerOnFormsSetCursor Method |
Called by the engine when it is required to change the cursor
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void OnFormsSetCursor(
SetCursorEventArgs e
)
Protected Overridable Sub OnFormsSetCursor (
e As SetCursorEventArgs
)
protected:
virtual void OnFormsSetCursor(
SetCursorEventArgs^ e
)
abstract OnFormsSetCursor :
e : SetCursorEventArgs -> unit
override OnFormsSetCursor :
e : SetCursorEventArgs -> unit protected void OnFormsSetCursor(
SetCursorEventArgs e
)
function OnFormsSetCursor(e);
Parameters
- e SetCursorEventArgs
- An SetCursorEventArgs that contains the event data.
See Also