Called when the property AutoClose changed.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
protected virtual void OnAutoCloseChanged(
	bool oldValue
)
Visual Basic
Protected Overridable Sub OnAutoCloseChanged ( _
	oldValue As Boolean _
)

Parameters

oldValue
Type: System..::..Boolean

See Also