Click or drag to resize

SFSBuddyEventBUDDY_BLOCK Field

Dispatched when a buddy is blocked or unblocked successfully by the current user.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string BUDDY_BLOCK

Field Value

Type: String
Remarks
This event is fired in response to the BlockBuddyRequest request in case the operation is executed successfully.

The Params object contains the following parameters:

ParameterDescription
buddy(Buddy) The object corresponding to the buddy that was blocked/unblocked.
Examples
See the BlockBuddyRequest example.
See Also