Messenger Plus! Live - Scripting Documentation

The OnEvent_MyMediaChange event is fired when the current Messenger user changes or removes its "current media".

Syntax

OnEvent_MyMediaChange(
    [string] NewMedia
);

Parameters

NewMedia
[string] New "current media" text. For more information, see Messenger::MyCurrentMedia.

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 media text can be obtained in the event handler with Messenger::MyCurrentMedia.

Event Information

Event Source Windows Live Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Events, Messenger::MyCurrentMedia.