NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContainerControl.OnControlRemoved

Called when a child control is removed from this control.

[Visual Basic]
Overrides Protected Sub OnControlRemoved( _
   ByVal e As ControlEventArgs _
)
[C#]
protected override void OnControlRemoved(
   ControlEventArgs e
);
[C++]
protected: override void OnControlRemoved(
   ControlEventArgs* e
);
[JScript]
protected override function OnControlRemoved(
   e : ControlEventArgs
);

Parameters

e
Contains the control that has just been removed.

See Also

ContainerControl Class | ContainerControl Members | System.WinForms Namespace