| ZapShowChannelsCompleteEventHandler Delegate |
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate void ZapShowChannelsCompleteEventHandler(
Object sender,
ZapShowChannelsCompleteEvent e
)
Public Delegate Sub ZapShowChannelsCompleteEventHandler (
sender As Object,
e As ZapShowChannelsCompleteEvent
)
public delegate void ZapShowChannelsCompleteEventHandler(
Object^ sender,
ZapShowChannelsCompleteEvent^ e
)
type ZapShowChannelsCompleteEventHandler =
delegate of
sender : Object *
e : ZapShowChannelsCompleteEvent -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: AsterNET.Manager.EventZapShowChannelsCompleteEvent
See Also