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

Represents UI priority changed event args.

Definition

Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI

Assembly:Telerik.WinControls.RichTextEditor.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.