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
object Required. An object expression that evaluates to an MsChatPr control. ModifiedNickname Required. A string expression that contains the Nickname being modified. ModifierNickname Required. A string expression that contains the Nickname of the modifier, or it can be empty. UserPropertyName Required. A variant, the type of which depends on the user property name. OldUserProperty Required. A variant, the type of which depends on the old user property. NewUserProperty Required. A variant, the type of which depends on the new user property. Remarks
This event can occur after calling ChangeUserProperty or ChangeNickname, for example.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.