DesignerActionUIStateChangeEventArgs Constructor

Definition

Initializes a new instance of the DesignerActionUIStateChangeEventArgs class.

public:
 DesignerActionUIStateChangeEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionUIStateChangeType changeType);
public DesignerActionUIStateChangeEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionUIStateChangeType changeType);
new System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs : obj * System.ComponentModel.Design.DesignerActionUIStateChangeType -> System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionUIStateChangeType)

Parameters

relatedObject
Object

The object that is associated with the panel.

changeType
DesignerActionUIStateChangeType

A value that specifies whether the panel is being displayed or hidden.

Remarks

For the DesignerActionListsChanged event, the relatedObject parameter always references the System.ComponentModel.Component that the panel is associated with.

Applies to

See also