OnStreamPropertyChange Event

This event is fired when a Stream object property is changed.

Syntax

NSChannelMgr_OnStreamPropertyChange( Stream )

Parameters

Stream

A Stream object.

Example

Sub NSChannelMgr_OnPropertyChange (Stream)
  MsgBox Stream.Desc
End Sub
© 1996-1998 Microsoft Corporation. All rights reserved.