Called when the IsAsyncPresentationEnabled property changes.

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

Syntax

C#
protected virtual void OnIsAsyncPresentationEnabledChanged(
	bool oldValue,
	bool newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsAsyncPresentationEnabledChanged ( _
	oldValue As Boolean, _
	newValue As Boolean _
)

Parameters

oldValue
Type: System..::.Boolean
newValue
Type: System..::.Boolean

See Also