ArcFM Responder Mobile Developer Guide
ValueChanged Property (MMDocumentsClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property ValueChanged( _
   ByVal Index As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As MMDocumentsClass
Dim Index As System.Integer
Dim value As System.Boolean
 
value = instance.ValueChanged(Index)
public virtual System.bool ValueChanged( 
   System.int Index
) {get;}
public read-only property ValueChanged( 
    Index: System.Integer
): System.Boolean; virtual; 
public function get ValueChanged( 
   Index : System.int
) : System.boolean
public: __property virtual System.bool get_ValueChanged( 
   System.int Index
);
public:
virtual property System.bool ValueChanged {
   System.bool get(System.int Index);
}

Parameters

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMDocumentsClass Class
MMDocumentsClass Members

Send Feedback