Class
TextInsertedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class TextInsertedEventArgs : EventArgs

Inheritance: objectEventArgsTextInsertedEventArgs

Inherited Members EventArgs.Empty

Constructors

TextInsertedEventArgs(string, bool, bool)

Declaration

cs-api-definition
public TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)

Parameters

text

string

shouldPersist

bool

shouldStartNewComposition

bool

Properties

ShouldPersist

Declaration

cs-api-definition
public bool ShouldPersist { get; }

Property Value

bool

ShouldStartNewComposition

Declaration

cs-api-definition
public bool ShouldStartNewComposition { get; }

Property Value

bool

Text

Declaration

cs-api-definition
public string Text { get; }

Property Value

string