ActionsPane::VisibleChanged Event

 

Occurs when the Visible property value changes.

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

event EventHandler^ VisibleChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

This event provides the same functionality as the Control::VisibleChanged event. For more information about using this event, see Control::VisibleChanged.

Return to top
Show: