Intersoft ClientUI Documentation
SuspendCollectionChanged Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISMultipleSelectionControl Class : SuspendCollectionChanged Property






Internal usage.

Syntax

Visual Basic (Declaration) 
Protected Property SuspendCollectionChanged As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISMultipleSelectionControl
Dim value As Boolean
 
instance.SuspendCollectionChanged = value
 
value = instance.SuspendCollectionChanged
C# 
protected bool SuspendCollectionChanged {get; set;}
Delphi 
protected read-write property SuspendCollectionChanged: Boolean; 
JScript 
protected function get,set SuspendCollectionChanged : boolean
Managed Extensions for C++ 
protected: __property bool get_SuspendCollectionChanged();
protected: __property void set_SuspendCollectionChanged( 
   bool value
);
C++/CLI 
protected:
property bool SuspendCollectionChanged {
   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.