Raises FriendConnecting event.

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

Syntax

C#
protected virtual void OnFriendConnecting(
	CancelEventArgs<Guid> eC
)
Visual Basic
Protected Overridable Sub OnFriendConnecting ( 
	eC As CancelEventArgs(Of Guid)
)
Visual C++
protected:
virtual void OnFriendConnecting(
	CancelEventArgs<Guid>^ eC
)
F#
abstract OnFriendConnecting : 
        eC : CancelEventArgs<Guid> -> unit 
override OnFriendConnecting : 
        eC : CancelEventArgs<Guid> -> unit 

Parameters

eC
Type: MonoSoftware.Core..::..CancelEventArgs<(Of <(<'Guid>)>)>
CancelEventArgs

See Also