LoadedEventArgs Constructor (Boolean, ICollection^)
.NET Framework (current version)
Initializes a new instance of the LoadedEventArgs class.
Assembly: System.Design (in System.Design.dll)
Parameters
- succeeded
-
Type:
System::Boolean
true to indicate that the designer load was successful; otherwise, false.
- errors
-
Type:
System.Collections::ICollection^
A collection of errors that occurred while the designer was loading.
.NET Framework
Available since 2.0
Available since 2.0
Show: