Class
ItemStyleChangedEventArgs

Represents event data for the following events: ItemStyleChanged

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ItemStyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsItemStyleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemStyleChangedEventArgs(RadElement, RadProperty, ItemStyleContext)

Creats a new instance of the ItemStyleChangingEventArgs class.

Declaration

cs-api-definition
public ItemStyleChangedEventArgs(RadElement element, RadProperty property, ItemStyleContext context)

Parameters

element

RadElement

The element which has changed.

property

RadProperty

The property which has changed.

context

ItemStyleContext

The new value of the proeprty.

Properties

Context

Gets the context in which the RadProperty was changed.

Declaration

cs-api-definition
public ItemStyleContext Context { get; }

Property Value

ItemStyleContext

Element

Gets the element which property has changed.

Declaration

cs-api-definition
public RadElement Element { get; }

Property Value

RadElement

Property

Gets the property which has changed.

Declaration

cs-api-definition
public RadProperty Property { get; }

Property Value

RadProperty