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

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 EventArgs.Empty

Constructors

Initializes a new instance of the ItemsNavigatingEventArgs<T> class.

C#
public ItemsNavigatingEventArgs(T navigatingItem)
Parameters:navigatingItemT

The navigating item.

Properties

Gets the item.

C#
public T Item { get; }
Property Value:

The item.

Gets or sets a value indicating whether the item should be skipped.

C#
public bool SkipItem { get; set; }
Property Value:

true if skip the item; otherwise, false.