Previous | Next |
Fired when a station is opened.
Syntax
NSChannelMgr_OnChannelOpen( Station )
Parameters
Station
A Channel object of the opened station.
Example
Sub NSChannelMgr_OnChannelOpen( TheStation )
MsgBox ("Station " & TheStation.Name & " is open.")
End Sub
See Also
Previous | Next |