New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class TextInsertedEventArgs : EventArgs

Inheritance: objectEventArgsTextInsertedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)
Parameters:textstringshouldPersistboolshouldStartNewCompositionbool

Properties

C#
public bool ShouldPersist { get; }
C#
public bool ShouldStartNewComposition { get; }
C#
public string Text { get; }