Version

DelayAfterFirstEdit Property

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

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

The first edit is defined as the first edit after the document is displayed or the first edit after the previous refresh of the Value property.

This delay can be used in conjunction with DelayAfterLastEdit. 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