[]
        
(Showing Draft Content)

C1.WPF.DragDropEventHandler.BeginInvoke

BeginInvoke Method

BeginInvoke(object, DragDropEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object source, DragDropEventArgs e, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(source As Object, e As DragDropEventArgs, callback As AsyncCallback, [object] As Object) As IAsyncResult
Parameters
Type Name Description
object source
DragDropEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult