Share via


ActionsPane.AutoSizeChanged Event (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

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 AutoSizeChanged As EventHandler
'Usage
Dim instance As ActionsPane 
Dim handler As EventHandler 

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

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace