OnUserPropertyChanged EventOnUserPropertyChanged Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnUserProperty Event
*Next Topic: Channel Object

OnUserPropertyChanged Event

Fires when a user property changes.

Syntax

object_OnUserPropertyChanged(ModifiedNickname, ModifierNickname, UserPropertyName, OldUserProperty, NewUserProperty)

Parameters

objectRequired. An object expression that evaluates to an MsChatPr control.
ModifiedNicknameRequired. A string expression that contains the Nickname being modified.
ModifierNicknameRequired. A string expression that contains the Nickname of the modifier, or it can be empty.
UserPropertyNameRequired. A variant, the type of which depends on the user property name.
OldUserPropertyRequired. A variant, the type of which depends on the old user property.
NewUserPropertyRequired. A variant, the type of which depends on the new user property.

Remarks

This event can occur after calling ChangeUserProperty or ChangeNickname, for example.


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