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

Represents the event arguments for the Selected event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class NotifyIconSelectedEventArgs : EventArgs

Inheritance: objectEventArgsNotifyIconSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the NotifyIconSelectedEventArgs class.

C#
public NotifyIconSelectedEventArgs(bool isKeyboardSelection)
Parameters:isKeyboardSelectionbool

Determines whether selection was performed with the keyboard.

Properties

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

C#
public bool IsKeyboardSelection { get; }