Click or drag to resize
ZapShowChannelsEventHandler Delegate
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void ZapShowChannelsEventHandler(
	Object sender,
	ZapShowChannelsEvent e
)

Parameters

sender
Type: SystemObject
e
Type: AsterNET.Manager.EventZapShowChannelsEvent
See Also