OpenMetaverse Protocol Library Developers API Documentation
FriendshipTerminatedEventArgs Constructor (agentID, agentName)
NamespacesOpenMetaverse FriendshipTerminatedEventArgsFriendshipTerminatedEventArgs(UUID, String)
Construct a new instance of the FrindshipTerminatedEventArgs class
Declaration Syntax
C#
public 
FriendshipTerminatedEventArgs(
        
UUID 
agentID,
        
string 
agentName
)
Parameters
agentID ( UUID)
The ID of the friend who terminated the friendship with us
agentName ( String)
The name of the friend who terminated the friendship with us

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)