PropertyHostNotifier.IsDirty Property

Tungsten Suite

PropertyHostNotifierIsDirty Property

Finds all Properties and checks their IsDirty flag

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public bool IsDirty { get; }

Return Value

Type: Boolean
True if any Property's IsDirty flag is true. Otherwise false.
See Also