System.ComponentModel.ISupportInitializeNotification.IsInitialized Property

Gets a value indicating whether the component is initialized.

Syntax

public bool IsInitialized { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ISupportInitializeNotification.IsInitialized property is automatically set to false when the ISupportInitialize.BeginInit method is called, and true when the ISupportInitialize.EndInit method is called.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0