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!

Control.OnControlAdded

Called when a child control is added to this control.

[Visual Basic]
Overridable Protected Sub OnControlAdded( _
   ByVal e As ControlEventArgs _
)
[C#]
protected virtual void OnControlAdded(
   ControlEventArgs e
);
[C++]
protected: virtual void OnControlAdded(
   ControlEventArgs* e
);
[JScript]
protected function OnControlAdded(
   e : ControlEventArgs
);

Parameters

e
Contains the control that has just been added.

See Also

Control Class | Control Members | System.WinForms Namespace