OpenMetaverse Protocol Library Developers API Documentation
LoadUrlEventArgs Constructor (objectName, objectID, ownerID, ownerIsGroup, message, URL)
NamespacesOpenMetaverse LoadUrlEventArgsLoadUrlEventArgs(String, UUID, UUID, Boolean, String, String)
Construct a new instance of the LoadUrlEventArgs
Declaration Syntax
C#
public
LoadUrlEventArgs(

string
objectName,

UUID
objectID,

UUID
ownerID,

bool
ownerIsGroup,

string
message,

string
URL
)
Parameters
objectName ( String)
The name of the object sending the request
objectID ( UUID)
The ID of the object sending the request
ownerID ( UUID)
The ID of the owner of the object sending the request
ownerIsGroup ( Boolean)
True if the object is owned by a group
message ( String)
The message sent with the request
URL ( String)
The URL the object sent

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