BCGControlBar Library for .NET
ForceEvents Property




Indicates a value if such events as OnCollectionChanged or OnItemPropertyChanged are always enabled even the value of the property DisposeElementsOnClear is true.
Syntax
'Declaration
 
Public Property ForceEvents As Boolean
'Usage
 
Dim instance As CollectionWithEvents
Dim value As Boolean
 
instance.ForceEvents = value
 
value = instance.ForceEvents
public bool ForceEvents {get; set;}
public: __property bool get_ForceEvents();
public: __property void set_ForceEvents( 
   bool value
);
public:
property bool ForceEvents {
   bool get();
   void set (    bool value);
}
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

CollectionWithEvents Class
CollectionWithEvents Members

Send Feedback