Class UIPriorityChangedEventArgs
Represents UI priority changed event args.
Inheritance
System.Object
UIPriorityChangedEventArgs
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class UIPriorityChangedEventArgs : EventArgs
Constructors
UIPriorityChangedEventArgs(TableStyleItemData)
Initializes a new instance of the UIPriority
Declaration
public UIPriorityChangedEventArgs(TableStyleItemData changedItem)
Parameters
Table The changed item. |
Properties
ChangedItem
Gets the changed item.
Declaration
public TableStyleItemData ChangedItem { get; }
Property Value
Table The changed item. |