OnChannelClose Event

This event is 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 to describe of 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 & " closed"
End Sub

See Also

OnChannelOpen

© 1996-1998 Microsoft Corporation. All rights reserved.