[To be supplied.]
The following declaration shows the syntax for a method that handles the Init event.
[Visual Basic] Private Sub ControlName_Init( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void ControlName_Init( object sender, EventArgs e ); [C++] private: void ControlName_Init( Object* sender, EventArgs* e ); [JScript] private ControlName_Init( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
Control Class | Control MembersTopic | System.Web.UI Namespace