Share via


DesignerActionListsChangedEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe DesignerActionListsChangedEventArgs.

public:
 DesignerActionListsChangedEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionListsChangedType changeType, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
public DesignerActionListsChangedEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection actionLists);
public DesignerActionListsChangedEventArgs (object? relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection? actionLists);
new System.ComponentModel.Design.DesignerActionListsChangedEventArgs : obj * System.ComponentModel.Design.DesignerActionListsChangedType * System.ComponentModel.Design.DesignerActionListCollection -> System.ComponentModel.Design.DesignerActionListsChangedEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionListsChangedType, actionLists As DesignerActionListCollection)

Parametri

relatedObject
Object

Oggetto associato all'insieme.

changeType
DesignerActionListsChangedType

Valore che specifica se un oggetto DesignerActionList è stato aggiunto o rimosso dall'insieme.

actionLists
DesignerActionListCollection

Insieme di elementi dell'elenco dopo l'applicazione dell'azione.

Commenti

Per l'evento, il relatedObject parametro farà sempre riferimento all'oggetto DesignerActionListCollectionDesignerActionListsChangedComponent associato.

Si applica a

Vedi anche