Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ItemStyleChangedEventArgs : EventArgs
Inheritance: objectEventArgsItemStyleChangedEventArgs
Inherited Members
Gets the property which has changed.
C#
public RadProperty Property { get; }
Constructors
Creats a new instance of the ItemStyleChangingEventArgs class.
C#
public ItemStyleChangedEventArgs(RadElement element, RadProperty property, ItemStyleContext context)
The element which has changed.
propertyRadPropertyThe property which has changed.
contextItemStyleContextThe new value of the proeprty.
Properties
Gets the context in which the RadProperty was changed.
C#
public ItemStyleContext Context { get; }
Gets the element which property has changed.
C#
public RadElement Element { get; }