Share via


LoadedEventArgs(Boolean, ICollection) Konstruktor

Definice

Inicializuje novou instanci LoadedEventArgs třídy .

public:
 LoadedEventArgs(bool succeeded, System::Collections::ICollection ^ errors);
public LoadedEventArgs (bool succeeded, System.Collections.ICollection errors);
public LoadedEventArgs (bool succeeded, System.Collections.ICollection? errors);
new System.ComponentModel.Design.LoadedEventArgs : bool * System.Collections.ICollection -> System.ComponentModel.Design.LoadedEventArgs
Public Sub New (succeeded As Boolean, errors As ICollection)

Parametry

succeeded
Boolean

truek označení, že načítání návrháře bylo úspěšné; v opačném případě . false

errors
ICollection

Kolekce chyb, ke kterým došlo při načítání návrháře.

Platí pro