Raises initialization method used for sub modules.

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

Syntax

C#
protected virtual void OnInitialize(
	PhotoGalleryEventArgs e
)
Visual Basic
Protected Overridable Sub OnInitialize ( 
	e As PhotoGalleryEventArgs
)
Visual C++
protected:
virtual void OnInitialize(
	PhotoGalleryEventArgs^ e
)
F#
abstract OnInitialize : 
        e : PhotoGalleryEventArgs -> unit 
override OnInitialize : 
        e : PhotoGalleryEventArgs -> unit 

Parameters

e
Type: PhotoGalleryEventArgs
Photo gallery event arguments

See Also