Delegate type for handling events that are related to the items.
[Visual Basic]
Public Delegate Sub C1WebCommandEventHandler( _
ByVal sender As Object, _
ByVal e As C1WebCommandEventArgs _
)
[Delphi]
type C1WebCommandEventHandler = procedure (
sender: Object;
) of object;
Parameters
sender
The source of the event.
e
C1WebCommandEventArgs object that contains the event data.
Namespace: C1.Web.Command
Assembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |