DesignerActionUIStateChangeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the DesignerActionUIStateChange event.
public ref class DesignerActionUIStateChangeEventArgs : EventArgs
public class DesignerActionUIStateChangeEventArgs : EventArgs
type DesignerActionUIStateChangeEventArgs = class
inherit EventArgs
Public Class DesignerActionUIStateChangeEventArgs
Inherits EventArgs
- Inheritance
Remarks
A DesignerActionUIStateChange event occurs when a smart tag panel is displayed or hidden. This event is not generated directly by the panel but rather by the DesignerActionUIService class when its ShowUI and HideUI methods are executed.
Constructors
DesignerActionUIStateChangeEventArgs(Object, DesignerActionUIStateChangeType) |
Initializes a new instance of the DesignerActionUIStateChangeEventArgs class. |
Properties
ChangeType |
Gets a flag indicating whether the smart tag panel is being displayed or hidden. |
RelatedObject |
Gets the object that is associated with the smart tag panel. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |