Delegate PageGraphicsEventHandler
EventHandler for OnPageGraphicsAction.
public delegate void PageGraphicsEventHandler(object sender, PageGraphicsEventArgs e)
Parameters
senderobjectThe sender of the event.
ePageGraphicsEventArgsThe PageGraphicsEventArgs of the event.
Constructors
PageGraphicsEventHandler(object, nint)
public PageGraphicsEventHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(object, PageGraphicsEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, PageGraphicsEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjectePageGraphicsEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, PageGraphicsEventArgs)
public virtual void Invoke(object sender, PageGraphicsEventArgs e)
Parameters
senderobjectePageGraphicsEventArgs