Condividi tramite


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 dalla raccolta.

actionLists
DesignerActionListCollection

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

Commenti

Per l'evento DesignerActionListsChanged , il relatedObject parametro farà sempre riferimento all'oggetto ComponentDesignerActionListCollection a cui è associato.

Si applica a

Vedi anche