The delegat subscribers must implement to handle the loading
of image data in response to external-graphic formatting objects.
Namespace: Telerik.ApocAssembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public delegate byte[] ApocImageHandler(
string src
) |
| Visual Basic |
|---|
Public Delegate Function ApocImageHandler ( _
src As String _
) As Byte() |
Parameters
- src
- Type: System..::..String
See Also