ClassNameChangingEventArgs
Class
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:
cs-api-definition
public class NameChangingEventArgs : EventArgs
Inheritance: objectEventArgsNameChangingEventArgs
Inherited Members
Constructors
NameChangingEventArgs(string, string)
Initializes a new instance of the NameChangingEventArgs class with the specified old and new names.
Properties
NewName
Represents the new name value that is being changed in the styles model.
Declaration
cs-api-definition
public string NewName { get; }
Property Value
The new name as a string.