Previous | Next |
Fired when a station is closed.
Syntax
NSChannelMgr_OnChannelClose( StationName, StationDesc, StationID )
Parameters
StationName
A String value specifying the name of the closed station.
StationDesc
A String value describing the closed station.
StationID
A Long value specifying the station ID of the closed station.
Example
Sub NSChannelMgr_OnChannelClose (TheStation, Desc, ID)
MsgBox ("Station " & TheStation.Name & " is closed.")
End Sub
See Also
Previous | Next |