System.Web.UI.WebControls.WebParts.ITrackingPersonalizable.TracksChanges Property

Indicates whether the control tracks the status of its changes.

Syntax

public bool TracksChanges { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If a control returns true from this property, then it is the Web Parts control's responsibility to determine when it considers itself "dirty." If a control determines that it has changed (is "dirty"), that control must call erload:System.Web.UI.WebControls.WebParts.WebPart.SetPersonalizationDirty on itself.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0