OnInit Method

Summary

Overrides the Control.OnInit method.

Syntax
C#
VB
C++
protected override void OnInit( 
   EventArgs e 
) 
  
Protected Overrides Sub OnInit( _ 
   ByVal e As EventArgs _ 
)  
protected: 
void OnInit(  
   EventArgs^ e 
) override  

Parameters

e
An System.EventArgs object that contains the event data.

Remarks

For more information refer to Control.OnInit method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly