Class
ItemsNavigatingEventArgs<T>

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

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.

Properties

Item

Gets the item.

Declaration

cs-api-definition
public T Item { get; }

Property Value

T

The item.

SkipItem

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

Declaration

cs-api-definition
public bool SkipItem { get; set; }

Property Value

bool

true if skip the item; otherwise, false.