Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool UseWeakEventHandler { get; set; }

Property Value

Type Default Description
Boolean true

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