Class UpdateDocumentElementDelegate<T>
Inheritance
System.Object
UpdateDocumentElementDelegate<T>
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class UpdateDocumentElementDelegate<T> : MulticastDelegate where T : DocumentElement
Type Parameters
T
|
Constructors
UpdateDocumentElementDelegate(Object, IntPtr)
Declaration
public UpdateDocumentElementDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(T, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(T documentElement, AsyncCallback callback, object object)
Parameters
T
documentElement
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual T EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
T
|
Invoke(T)
Declaration
public virtual T Invoke(T documentElement)
Parameters
T
documentElement
|
Returns
T
|