MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Occurs when a user has changed his details.
type TMsgOnUserInfoChanged = procedure (const UserID: Cardinal) of object;
property OnUserInfoChanged: TMsgOnUserInfoChanged;
Description
OnUserInfoChanged occurs when user has changed his details. FromID is an unique identifier of this user.
|