Class
UIPriorityChangedEventArgs

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 EventArgs.Empty

Constructors

UIPriorityChangedEventArgs(TableStyleItemData)

Initializes a new instance of the UIPriorityChangedEventArgs class.

Declaration

cs-api-definition
public UIPriorityChangedEventArgs(TableStyleItemData changedItem)

Parameters

changedItem

TableStyleItemData

The changed item.

Properties

ChangedItem

Gets the changed item.

Declaration

cs-api-definition
public TableStyleItemData ChangedItem { get; }

Property Value

TableStyleItemData

The changed item.