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
object Required. An object expression that evaluates to an MsChatPr control. Channel Required. An object expression that evaluates to a Channel object. ModifierNickname Required. A string expression containing the modifier nickname. ChannelPropertyName Required. A string expression containing the name of the channel property that changed. OldChannelProperty Required. A variant, the type of which depends on the old channel property. NewChannelProperty Required. A variant, the type of which depends on the new channel property. See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.