[]
Represents a method that can handle a long operation event.
public delegate void LongOperationEventHandler(object sender, LongOperationEventArgs e)
sender
objectThe source of the event.
e
LongOperationEventArgsA LongOperationEventArgs that contains event data.
public LongOperationEventHandler(object @object, IntPtr method)
public virtual IAsyncResult BeginInvoke(object sender, LongOperationEventArgs e, AsyncCallback callback, object @object)
sender
objecte
LongOperationEventArgscallback
AsyncCallbackobject
objectpublic virtual void EndInvoke(IAsyncResult result)
result
IAsyncResultpublic virtual void Invoke(object sender, LongOperationEventArgs e)
sender
objecte
LongOperationEventArgs