LoadedEventArgs Class
Provides data for the Loaded event. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | LoadedEventArgs(Boolean, ICollection^) | Initializes a new instance of the LoadedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Errors | Gets a collection of errors that occurred while the designer was loading. |
![]() | HasSucceeded | Gets a value that indicates whether the designer load was successful. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

