ITextChange.NewText Property

Definition

The text that replaced the old text.

public:
 property System::String ^ NewText { System::String ^ get(); };
public:
 property Platform::String ^ NewText { Platform::String ^ get(); };
public string NewText { get; }
member this.NewText : string
Public ReadOnly Property NewText As String

Property Value

The text that replaced the old text.

Applies to