Called when the property AutoClose changed.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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