Class ItemSelectedEventArgs
Inheritance
System.Object
System.EventArgs
ItemSelectedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ItemSelectedEventArgs : EventArgs
Constructors
ItemSelectedEventArgs(RadItem)
Properties
Item
Gets the item affected by the operation.
Declaration
public RadItem Item { get; }
Property Value
RadItem
|