DesignerActionListsChangedEventArgs Constructor

Definitie

Initialiseert een nieuw exemplaar van de DesignerActionListsChangedEventArgs klasse.

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);
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)

Parameters

relatedObject
Object

Het object dat is gekoppeld aan de verzameling.

changeType
DesignerActionListsChangedType

Een waarde die aangeeft of een is DesignerActionList toegevoegd aan of verwijderd uit de verzameling.

actionLists
DesignerActionListCollection

De verzameling lijstelementen nadat de actie is toegepast.

Opmerkingen

Voor de DesignerActionListsChanged gebeurtenis verwijst de relatedObject parameter altijd naar de Component parameter waaraan de DesignerActionListCollection parameter is gekoppeld.

Van toepassing op

Zie ook