Class
NameChangingEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class NameChangingEventArgs : EventArgs

Inheritance: objectEventArgsNameChangingEventArgs

Inherited Members EventArgs.Empty

Constructors

NameChangingEventArgs(string, string)

Declaration

cs-api-definition
public NameChangingEventArgs(string oldName, string newName)

Parameters

oldName

string

newName

string

Properties

NewName

Declaration

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

Property Value

string

OldName

Declaration

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

Property Value

string