ObservableBindingListTRaiseCollectionChangedEvents Property
Gets or sets whether adding or removing items within the list raises
CollectionChanged events.
Default value:
.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
public virtual bool RaiseCollectionChangedEvents { get; set; }
Public Overridable Property RaiseCollectionChangedEvents As Boolean
Get
Set
public:
virtual property bool RaiseCollectionChangedEvents {
bool get ();
void set (bool value);
}
abstract RaiseCollectionChangedEvents : bool with get, set
override RaiseCollectionChangedEvents : bool with get, set
Property Value
Boolean