Provides notification of a group invitation
request sent by another Avatar
Declaration Syntax
C# |
public class GroupInvitationEventArgs : EventArgs
Members
All Members | Constructors | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
GroupInvitationEventArgs(Simulator, UUID, String, String) |
Initializes a new instance of the
GroupInvitationEventArgsclass
|
|
Accept |
Set to true to accept invitation, false to
decline
|
|
AgentID |
The ID of the Avatar sending the group
invitation
|
|
FromName |
The name of the Avatar sending the group
invitation
|
|
Message |
A message containing the request information
which includes the name of the group, the groups charter and the
fee to join details
|
|
Simulator |
The Simulator
|
Remarks
The
[!:GroupInvitation]invitation is raised
when another avatar makes an offer for our avatar to join a
group.
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)