ClassItemStyleChangingEventArgs
Represents event data for the following events: ItemStyleChanging
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class ItemStyleChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsItemStyleChangingEventArgs
Inherited Members
Constructors
ItemStyleChangingEventArgs(RadElement, RadRibbonBarGroup, RadProperty, object, object, ItemStyleContext)
Creats a new instance of the ItemStyleChangingEventArgs class.
Declaration
public ItemStyleChangingEventArgs(RadElement element, RadRibbonBarGroup group, RadProperty property, object oldValue, object newValue, ItemStyleContext context)
Parameters
element
The element which is about to be changed.
group
The group which element is changing.
property
The property which is changing.
oldValue
The old value of the proeprty.
newValue
The new value of the proeprty.
context
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.
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.
OldValue
Gets the old value of the property.
Property
Gets the property which is about to be changed.