ErrorWebPart::ITrackingPersonalizable::TracksChanges Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
private: property bool TracksChanges { virtual bool get() sealed = ITrackingPersonalizable::TracksChanges::get; }
Property Value
Type: System::Booleantrue if the Web Parts control is responsible for determining when the control is considered changed; otherwise, false.
Implements
ITrackingPersonalizable::TracksChanges
.NET Framework
Available since 2.0
Available since 2.0
Show: