[]
        
(Showing Draft Content)

C1.Win.Layout.ItemContainerActionEventHandler.BeginInvoke

BeginInvoke Method

BeginInvoke(object, ItemContainerActionEventArgs, AsyncCallback, object)

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