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