IWpfTableControl2.RaiseDataUnstableChangeDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.