Provides notification of a group invitation
request sent by another Avatar

C# |
public class GroupInvitationEventArgs : EventArgs

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
|

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)