Occurs after account creation is completed. One typically displays a success message or redirects a user to another page in this event.

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

Syntax

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

Value

Type: System..::..EventHandler

See Also