Class
ItemUpdatedEventArgs

Represents event data for the ItemUpdated event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class ItemUpdatedEventArgs : EventArgs

Inheritance: objectEventArgsItemUpdatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemUpdatedEventArgs(RadItem)

Initializes a new instance of the ItemUpdatedEventArgs class using the RadItem.

Declaration

cs-api-definition
public ItemUpdatedEventArgs(RadItem item)

Parameters

item

RadItem

Properties

Item

Gets the RadItem that is updated.

Declaration

cs-api-definition
public RadItem Item { get; }

Property Value

RadItem