IWpfTableControl2.RaiseDataUnstableChangeDelay Property

Definition

Delay for raising DataStabilityChanged event when data in the control becomes unstable.

public:
 property TimeSpan RaiseDataUnstableChangeDelay { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RaiseDataUnstableChangeDelay { get; set; }
member this.RaiseDataUnstableChangeDelay : TimeSpan with get, set
Public Property RaiseDataUnstableChangeDelay As TimeSpan

Property Value

Remarks

Consumer can use this property to control the delay for raising the DataStabilityChanged event when data in the control becomes unstable.

By default, there is no delay to raise such event. Setting this property to Zero also disables the delay.

Applies to