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