[]
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)
object
objectmethod
System.IntPtrpublic virtual IAsyncResult BeginInvoke(object sender, LongOperationEventArgs e, AsyncCallback callback, object @object)
sender
objecte
LongOperationEventArgscallback
System.AsyncCallbackobject
objectpublic virtual void EndInvoke(IAsyncResult result)
result
System.IAsyncResultpublic virtual void Invoke(object sender, LongOperationEventArgs e)
sender
objecte
LongOperationEventArgs