OnChannelPropertyChanged EventOnChannelPropertyChanged Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnChannelProperty Event
*Next Topic: OnChannelState Event

OnChannelPropertyChanged Event

Fires when a channel property changes, such as after calling ChangeChannelProperty.

Syntax

object_OnChannelPropertyChanged(Channel, ModifierNickname, ChannelPropertyName, OldChannelProperty, NewChannelProperty)

Parameters

objectRequired. An object expression that evaluates to an MsChatPr control.
ChannelRequired. An object expression that evaluates to a Channel object.
ModifierNicknameRequired. A string expression containing the modifier nickname.
ChannelPropertyNameRequired. A string expression containing the name of the channel property that changed.
OldChannelPropertyRequired. A variant, the type of which depends on the old channel property.
NewChannelPropertyRequired. A variant, the type of which depends on the new channel property.

See Also

ChangeChannelProperty


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.