New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the UIPriorityChangedEventArgs class.

C#
public UIPriorityChangedEventArgs(TableStyleItemData changedItem)
Parameters:changedItemTableStyleItemData

The changed item.

Properties

Gets the changed item.

C#
public TableStyleItemData ChangedItem { get; }
Property Value:

The changed item.