IControlActivationService.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
Sub ControlAdded ( _
    control As Control _
)
'Usage
Dim instance As IControlActivationService
Dim control As Control

instance.ControlAdded(control)
void ControlAdded (
    Control control
)
void ControlAdded (
    Control^ control
)
void ControlAdded (
    Control control
)
function ControlAdded (
    control : Control
)

Parameters

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

See Also

Reference

IControlActivationService Interface
IControlActivationService Members
Microsoft.Practices.CompositeUI.WinForms Namespace