DelegateObjectContainer.ResolveProxyEventHandler
Delegate
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public delegate void ObjectContainer.ResolveProxyEventHandler(object sender, ObjectContainer.ResolveProxyEventArgs e)
Constructors
ResolveProxyEventHandler(object, IntPtr)
Declaration
cs-api-definition
public ResolveProxyEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(object, ResolveProxyEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ObjectContainer.ResolveProxyEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
object
e
ObjectContainer.ResolveProxyEventArgs
callback
AsyncCallback
object
object
Returns
IAsyncResult
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(object, ResolveProxyEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ObjectContainer.ResolveProxyEventArgs e)
Parameters
sender
object
e