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

Represents event data for the ItemUpdated event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ItemUpdatedEventArgs : EventArgs

Inheritance: objectEventArgsItemUpdatedEventArgs

Inherited Members EventArgs.Empty

Constructors

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

C#
public ItemUpdatedEventArgs(RadItem item)
Parameters:itemRadItem

Properties

Gets the RadItem that is updated.

C#
public RadItem Item { get; }