ClassItemsNavigatingEventArgs<T>
Class
Event arguments of ItemsNavigatingEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Item
Syntax:
cs-api-definition
public class ItemsNavigatingEventArgs<T> : EventArgs
Inheritance: objectEventArgsItemsNavigatingEventArgs<T>
Inherited Members
Constructors
ItemsNavigatingEventArgs(T)
Initializes a new instance of the ItemsNavigatingEventArgs<T> class.
Declaration
cs-api-definition
public ItemsNavigatingEventArgs(T navigatingItem)
Parameters
navigatingItem
T
The navigating item.