Represents UI priority changed event args.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery
Assembly:Telerik.Windows.Controls.RichTextBox.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.