Intersoft ClientUI Documentation
IsDocumentChanged Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > IDocumentContainer Interface : IsDocumentChanged Property






Gets or sets a value that indicates whether the document is changed and it need to be invalidated.

Syntax

Visual Basic (Declaration) 
Property IsDocumentChanged As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDocumentContainer
Dim value As Boolean
 
instance.IsDocumentChanged = value
 
value = instance.IsDocumentChanged
C# 
bool IsDocumentChanged {get; set;}
Delphi 
read-write property IsDocumentChanged: Boolean; 
JScript 
function get,set IsDocumentChanged : boolean
Managed Extensions for C++ 
__property bool get_IsDocumentChanged();
__property void set_IsDocumentChanged( 
   bool value
);
C++/CLI 
property bool IsDocumentChanged {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.