Signals the end of an internal initialization operation.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected internal static void EndInternalInitialization(
	bool previousState
)
Visual Basic (Declaration)
Protected Friend Shared Sub EndInternalInitialization ( _
	previousState As Boolean _
)

Parameters

previousState
Type: System..::.Boolean
The previous initialization state, returned before by the BeginInternalInitialization method.

See Also