DeviceSpecific.Init Event

Definition

Occurs when the control is initialized, which is the first step in its life cycle. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 event EventHandler ^ Init;
[System.ComponentModel.Browsable(false)]
public event EventHandler Init;
[<System.ComponentModel.Browsable(false)>]
member this.Init : EventHandler 
Public Custom Event Init As EventHandler 

Event Type

Attributes

Applies to