Class ItemStyleChangingEventArgs
Represents event data for the following events: ItemStyleChanging
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ItemStyleChangingEventArgs : CancelEventArgs
Constructors
ItemStyleChangingEventArgs(RadElement, RadRibbonBarGroup, RadProperty, Object, Object, ItemStyleContext)
Creats a new instance of the Item
Declaration
public ItemStyleChangingEventArgs(RadElement element, RadRibbonBarGroup group, RadProperty property, object oldValue, object newValue, ItemStyleContext context)
Parameters
Rad The element which is about to be changed. |
Rad The group which element is changing. |
Rad The property which is changing. |
System. The old value of the proeprty. |
System. The new value of the proeprty. |
Item The new value of the proeprty. |
Properties
Context
Gets the context in which the RadProperty in changing.
Declaration
public ItemStyleContext Context { get; }
Property Value
Element
Gets the element which property is about to be changed.
Declaration
public RadElement Element { get; }
Property Value
Group
Gets the group which element is about to be changed.
Declaration
public RadRibbonBarGroup Group { get; }
Property Value
NewValue
Gets or sets the new value of the property.
Declaration
public object NewValue { get; set; }
Property Value
System.
|
OldValue
Gets the old value of the property.
Declaration
public object OldValue { get; }
Property Value
System.
|
Property
Gets the property which is about to be changed.
Declaration
public RadProperty Property { get; }