New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ItemStyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsItemStyleChangedEventArgs

Inherited Members EventArgs.Empty

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)
Parameters:elementRadElement

The element which has changed.

propertyRadProperty

The property which has changed.

contextItemStyleContext

The 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; }