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