Raised when invitation is in approving stage.

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

Syntax

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

Parameters

e
Type: MonoSoftware.Core..::..CancelEventArgs<(Of <(<'Guid>)>)>
Invitation cancel event arguments.

See Also