Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
OnInit Method
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class : OnInit Method




e
An EventArgs object that contains the event data.
Overrides the Control.OnInit method.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnInit( _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebThumbnailViewer
Dim e As EventArgs
 
instance.OnInit(e)
C# 
protected override void OnInit( 
   EventArgs e
)
Managed Extensions for C++ 
protected: void OnInit( 
   EventArgs* e
) override 
C++/CLI 
protected:
void OnInit( 
   EventArgs^ e
) override 

Parameters

e
An EventArgs object that contains the event data.

Remarks

For more information refer to Control.OnInit method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also