This document is archived and information here might be outdated. Recommended version. |
Indicates whether the contents of the object has changed since the last time this flag was reset.
[Visual Basic .NET]
Public Property Changed As Boolean
[C#]
public bool Changed {get; set;}
[C++]
HRESULT get_Changed(
Boolean* pbHasChanged
);
[C++]
HRESULT put_Changed(
VARIANT_BOOL pbHasChanged
);
[C++] Parameters pbHasChanged [out, retval]
pbHasChanged is a parameter of type bool* pbHasChanged [in]
pbHasChanged is a parameter of type bool