Provides data for the NameChanging event, which occurs when the name of a style is about to change.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class NameChangingEventArgs : EventArgs
Inheritance: objectEventArgsNameChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the NameChangingEventArgs class with the specified old and new names.
Properties
Represents the new name value that is being changed in the styles model.
C#
public string NewName { get; }
The new name as a string.