LoadedEventArgs(Boolean, ICollection) Construtor

Definição

Inicializa uma nova instância da LoadedEventArgs classe.

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)

Parâmetros

succeeded
Boolean

true para indicar que a carga projetada foi bem-sucedida; caso contrário, false.

errors
ICollection

Um conjunto de erros que ocorreram enquanto o projetista carregava.

Aplica-se a