ControlActivationService.ControlAdded Method

Notifies that a Control has been added to the container.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Public Sub ControlAdded ( _
    control As Control _
)
'Usage
Dim instance As ControlActivationService
Dim control As Control

instance.ControlAdded(control)
public void ControlAdded (
    Control control
)
public:
virtual void ControlAdded (
    Control^ control
) sealed
public final void ControlAdded (
    Control control
)
public final function ControlAdded (
    control : Control
)

Parameters

  • control
    The Control in which to monitor the OnEnter event.

See Also

Reference

ControlActivationService Class
ControlActivationService Members
Microsoft.Practices.CompositeUI.WinForms Namespace