Version

DelayAfterLastEdit Property

Returns or sets the interval after the last edit of the Infragistics.Documents.RichText.RichTextDocument when the Value should be refreshed.
Syntax
'Declaration
 
Public Property DelayAfterLastEdit As Nullable(Of TimeSpan)
public Nullable<TimeSpan> DelayAfterLastEdit {get; set;}
Remarks

This interval is only used when the RefreshTrigger is set to Delayed.

The last edit is the most recent edit by user. If this delay has not yet elapsed and another edit is made by the user, the timer will reset and the full interval will need to elapse again before the Value is refreshed.

This delay can be used in conjunction with DelayAfterFirstEdit. The first delay which elapses will cause the Value to be refreshed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also