Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DesignerActionUIService::DesignerActionUIStateChange Event

 

Occurs when a request is made to show or hide a smart tag panel.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
event DesignerActionUIStateChangeEventHandler^ DesignerActionUIStateChange {
	void add(DesignerActionUIStateChangeEventHandler^ value);
	void remove(DesignerActionUIStateChangeEventHandler^ value);
}

The following table lists the set of specialized classes associated with the DesignerActionUIStateChange event.

Specialized type

Description

DesignerActionUIStateChangeEventArgs

Adds information specific to smart tag panel management. This class is specialized from EventArgs.

DesignerActionUIStateChangeEventHandler

Connects the DesignerActionUIStateChangeEventArgs with its handler.

DesignerActionUIStateChangeType

Denotes whether the smart tag panel is being displayed or hidden.

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft