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