| ManagerConnectionZapShowChannels Event |
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event ZapShowChannelsEventHandler ZapShowChannels
Public Event ZapShowChannels As ZapShowChannelsEventHandler
public:
event ZapShowChannelsEventHandler^ ZapShowChannels {
void add (ZapShowChannelsEventHandler^ value);
void remove (ZapShowChannelsEventHandler^ value);
}
member ZapShowChannels : IEvent<ZapShowChannelsEventHandler,
ZapShowChannelsEvent>
Value
Type:
AsterNET.ManagerZapShowChannelsEventHandlerSee Also