Enum DataProviderUpdateSourceTrigger
Defines different action types that can trigger update of a source.
Namespace: Telerik.WinForms.Documents.FormatProviders
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum DataProviderUpdateSourceTrigger
Default
The default trigger is PropertyChanged.
Explicit
The explicit trigger. The source is updated explicitly only.
LostFocus
The lost focus trigger. The update of the source is triggered when it losts focus.
PropertyChanged
The property changed trigger. The update of the source is triggered when the value of one of the properties changes.