[This is preliminary documentation and is subject to change.]

Triggered in response to a call to the FriendRights() method, or when a friend changes your rights

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate void FriendRightsEvent(
	FriendInfo friend
)
Public Delegate Sub FriendRightsEvent ( _
	friend As FriendInfo _
)
public delegate void FriendRightsEvent(
	FriendInfo^ friend
)

Parameters

friend
FriendInfo
System ID of the avatar you changed the right of

See Also