RemoteInvokeEventHandler Delegate |
A delegate for handling the RemoteInvoke event.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public delegate void RemoteInvokeEventHandler(
Object sender,
RemoteInvokeEventArgs e
)
Public Delegate Sub RemoteInvokeEventHandler (
sender As Object,
e As RemoteInvokeEventArgs
)
Parameters
- sender
- Type: SystemObject
The object which sent the event. - e
- Type: Atalasoft.Imaging.WebControlsRemoteInvokeEventArgs
The parameters provided to the handler.
See Also