DelegateWndProcInvoker
Delegate
Represents a delegate that is used for invoking the base implementation of WndProc(ref Message) of a form.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void WndProcInvoker(ref Message m)
Constructors
Methods
BeginInvoke(ref Message, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(ref Message m, AsyncCallback callback, object @object)
Parameters
m
callback
object
Returns
EndInvoke(ref Message, IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(ref Message m, IAsyncResult result)
Parameters
m
result