Represents UI priority changed event args.
Definition
Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class UIPriorityChangedEventArgs : EventArgs
Inheritance: objectEventArgsUIPriorityChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the UIPriorityChangedEventArgs class.
C#
public UIPriorityChangedEventArgs(TableStyleItemData changedItem)
The changed item.
Properties
Gets the changed item.
C#
public TableStyleItemData ChangedItem { get; }
The changed item.