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