SFSBuddyEventBUDDY_REMOVE Field |
Dispatched when a buddy is removed successfully from the current user's buddies list.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string BUDDY_REMOVE
Field Value
Type:
StringRemarks
This event is fired in response to the
RemoveBuddyRequest request in case the operation is executed successfully.
The
Params object contains the following parameters:
Parameter | Description |
---|
buddy | (Buddy) The object corresponding to the buddy that was removed. |
Examples See Also