ISupportInitializeNotification::Initialized Event
.NET Framework (current version)
Occurs when initialization of the component is completed.
Assembly: System (in System.dll)
This event typically occurs during the call to the EndInit method for the component, but it may occur later if the component has dependent controls that implement the ISupportInitializeNotification interface and the dependent controls have not completed initialization.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: