Messenger Plus! Live - Scripting Documentation

The OnEvent_MyNameChange event is fired when the current user changes its name.

Syntax

OnEvent_MyNameChange(
    [string] NewName
);

Parameters

NewName
[string] New user's name. The name can contain formatting codes.

Return Value

No value has to be returned by this event.

Remarks

This event is fired before the change gets recorded by Messenger Plus!. This means that the previous name of the current user can be obtained in the event handler with Messenger::MyName.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events.