Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > NotifyPropertyChanged Class : TrackChanges Property |
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public bool TrackChanges {get; set;}
'Declaration
<XmlIgnoreAttribute()> <BrowsableAttribute(False)> Public Property TrackChanges As Boolean
'Usage
Dim instance As NotifyPropertyChanged Dim value As Boolean instance.TrackChanges = value value = instance.TrackChanges
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public: property bool TrackChanges { bool get(); void set ( bool value); }
true
if changes are being tracked; otherwise, false
.