Class ItemStyleChangedEventArgs
Represents event data for the following events: ItemStyleChanged
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ItemStyleChangedEventArgs : EventArgs
Constructors
ItemStyleChangedEventArgs(RadElement, RadProperty, ItemStyleContext)
Creats a new instance of the Item
Declaration
public ItemStyleChangedEventArgs(RadElement element, RadProperty property, ItemStyleContext context)
Parameters
Rad The element which has changed. |
Rad The property which has changed. |
Item The new value of the proeprty. |
Properties
Context
Gets the context in which the RadProperty was changed.
Declaration
public ItemStyleContext Context { get; }
Property Value
Element
Gets the element which property has changed.
Declaration
public RadElement Element { get; }
Property Value
Property
Gets the property which has changed.
Declaration
public RadProperty Property { get; }