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
Constructors
Initializes a new instance of the NotifyIconSelectedEventArgs class.
C#
public NotifyIconSelectedEventArgs(bool isKeyboardSelection)
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; }