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 ItemStyleChangingEventArgs class.
Declaration
public ItemStyleChangedEventArgs(RadElement element, RadProperty property, ItemStyleContext context)
Parameters
RadElement
element
The element which has changed. |
RadProperty
property
The property which has changed. |
ItemStyleContext
context
The new value of the proeprty. |
Properties
Context
Gets the context in which the RadProperty was changed.
Declaration
public ItemStyleContext Context { get; }
Property Value
ItemStyleContext
|
Element
Gets the element which property has changed.
Declaration
public RadElement Element { get; }
Property Value
RadElement
|
Property
Gets the property which has changed.
Declaration
public RadProperty Property { get; }
Property Value
RadProperty
|