[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

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

Sent to the client after the client has invited another user to join an existing clan.

Namespace:  BNSharp.BattleNet.Clans
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public class ClanInvitationResponseEventArgs : BaseEventArgs
Visual Basic (Declaration)
Public Class ClanInvitationResponseEventArgs _
	Inherits BaseEventArgs
Visual C++
public ref class ClanInvitationResponseEventArgs : public BaseEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BNSharp..::.BaseEventArgs
      BNSharp.BattleNet.Clans..::.ClanInvitationResponseEventArgs

See Also