ClassGalleryItemHoverEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GalleryItemHoverEventArgs : EventArgs
Inheritance: objectEventArgsGalleryItemHoverEventArgs
Inherited Members
Constructors
GalleryItemHoverEventArgs(RadGalleryItem)
Declaration
cs-api-definition
public GalleryItemHoverEventArgs(RadGalleryItem galleryItem)
Parameters
galleryItem
Properties
GalleryItem
Declaration
cs-api-definition
public RadGalleryItem GalleryItem { get; }
Property Value