Class
JumpItemsEventArgs

Event arguments for the JumpItemsRemoved event.

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class JumpItemsEventArgs : EventArgs

Inheritance: objectEventArgsJumpItemsEventArgs

Inherited Members EventArgs.Empty

Constructors

JumpItemsEventArgs(List<string>)

Declaration

cs-api-definition
public JumpItemsEventArgs(List<string> removedItems)

Parameters

removedItems

List<string>

Properties

Items

A string collection of removed item paths.

Declaration

cs-api-definition
public List<string> Items { get; }

Property Value

List<string>