Delegate ApocDriver.ApocImageHandler
The delegat subscribers must implement to handle the loading of image data in response to external-graphic formatting objects.
Namespace: Telerik.Apoc
Assembly: TelerikData.dll
Syntax
public delegate byte[] ApocImageHandler(string src);
Parameters
System.
|
Returns
System.
|
Constructors
ApocImageHandler(Object, IntPtr)
Declaration
public ApocImageHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string src, AsyncCallback callback, object object)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual byte[] EndInvoke(IAsyncResult result)
Parameters
System.
|
Returns
System.
|
Invoke(String)
Declaration
public virtual byte[] Invoke(string src)
Parameters
System.
|
Returns
System.
|