ErrorWebPart::ITrackingPersonalizable::TracksChanges Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether the control tracks the status of its changes.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

private:
property bool TracksChanges {
	virtual bool get() sealed = ITrackingPersonalizable::TracksChanges::get;
}

Property Value

Type: System::Boolean

true if the Web Parts control is responsible for determining when the control is considered changed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: