Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ItemStyleChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsItemStyleChangingEventArgs
Inherited Members
Gets the property which is about to be changed.
C#
public RadProperty Property { get; }
Constructors
Creats a new instance of the ItemStyleChangingEventArgs class.
C#
public ItemStyleChangingEventArgs(RadElement element, RadRibbonBarGroup group, RadProperty property, object oldValue, object newValue, ItemStyleContext context)
The element which is about to be changed.
groupRadRibbonBarGroupThe group which element is changing.
propertyRadPropertyThe property which is changing.
oldValueobjectThe old value of the proeprty.
newValueobjectThe new value of the proeprty.
contextItemStyleContextThe new value of the proeprty.
Properties
Gets the context in which the RadProperty in changing.
C#
public ItemStyleContext Context { get; }
Gets the element which property is about to be changed.
C#
public RadElement Element { get; }
Gets the group which element is about to be changed.
C#
public RadRibbonBarGroup Group { get; }