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

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

Specifies that a friend has moved position in the client's list of friends (for example, by being promoted or demoted).

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BNSharp..::.BaseEventArgs
      BNSharp.BattleNet.Friends..::.FriendMovedEventArgs

See Also