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