Occurs when a friend request is sent

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<EventArgs<Guid>> FriendConnected
Visual Basic
Public Event FriendConnected As EventHandler(Of EventArgs(Of Guid))
Visual C++
public:
 event EventHandler<EventArgs<Guid>^>^ FriendConnected {
	void add (EventHandler<EventArgs<Guid>^>^ value);
	void remove (EventHandler<EventArgs<Guid>^>^ value);
}
F#
member FriendConnected : IEvent<EventHandler<EventArgs<Guid>>,
    EventArgs<Guid>>

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'Guid>)>)>>)>)>

See Also