RealTimeSource.UseWeakEventHandler Property
Specifies whether or not the WeakReference is used to handle the data source’s IBindingList.ListChanged event.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the weak reference is used; otherwise, false. |
Remarks
By default, this property is set to true and the weak reference is used. Generally, you do not need to change the default behavior.
See Also