Share via


ActionsPane.ControlAdded Event (2007 System)

Provides the same functionality as the Control.ControlAdded event.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Event ControlAdded As ControlEventHandler
'Usage
Dim instance As ActionsPane 
Dim handler As ControlEventHandler 

AddHandler instance.ControlAdded, handler
[BrowsableAttribute(true)]
public event ControlEventHandler ControlAdded
[BrowsableAttribute(true)]
public:
 event ControlEventHandler^ ControlAdded {
    void add (ControlEventHandler^ value);
    void remove (ControlEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace