DesignerActionUIStateChangeEventArgs Class

Definition

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
DesignerActionUIStateChangeEventArgs

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)

Applies to

See also