 | PdfFormsSetCursor Event |
Application shoud use this event for sets the specified cursor for the entire application.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic event EventHandler<SetCursorEventArgs> SetCursor
Public Event SetCursor As EventHandler(Of SetCursorEventArgs)
public:
event EventHandler<SetCursorEventArgs^>^ SetCursor {
void add (EventHandler<SetCursorEventArgs^>^ value);
void remove (EventHandler<SetCursorEventArgs^>^ value);
}
member SetCursor : IEvent<EventHandler<SetCursorEventArgs>,
SetCursorEventArgs>
/** @event */
public void add_SetCursor (EventHandler<SetCursorEventArgs> value)
/** @event */
public void remove_SetCursor (EventHandler<SetCursorEventArgs> value)
function add_SetCursor(value);
function remove_SetCursor(value);
Value
EventHandlerSetCursorEventArgs
RemarksRequired: Yes.
See Also