Class
NotifyIconSelectedEventArgs

Represents the event arguments for the Selected event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class NotifyIconSelectedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyIconSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

NotifyIconSelectedEventArgs(bool)

Initializes a new instance of the NotifyIconSelectedEventArgs class.

Declaration

cs-api-definition
public NotifyIconSelectedEventArgs(bool isKeyboardSelection)

Parameters

isKeyboardSelection

bool

Determines whether selection was performed with the keyboard.

Properties

IsKeyboardSelection

Gets a value indicating whether the RadNotifyIcon was selected with the keyboard. If false selection was done with the mouse.

Declaration

cs-api-definition
public bool IsKeyboardSelection { get; }

Property Value

bool