ClassUIPriorityChangedEventArgs
Class
Represents UI priority changed event args.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class UIPriorityChangedEventArgs : EventArgs
Inheritance: objectEventArgsUIPriorityChangedEventArgs
Inherited Members
Constructors
UIPriorityChangedEventArgs(TableStyleItemData)
Initializes a new instance of the UIPriorityChangedEventArgs class.
Declaration
cs-api-definition
public UIPriorityChangedEventArgs(TableStyleItemData changedItem)
Parameters
changedItem
The changed item.
Properties
ChangedItem
Gets the changed item.
Declaration
cs-api-definition
public TableStyleItemData ChangedItem { get; }
Property Value
The changed item.