Property HasChanged
HasChanged
This property is used to determine whether dependency has been triggered or not by checking the data.
Declaration
public override sealed bool HasChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The flag to show if the dependency has been triggered or not. |