ClassNotifyIconSelectedEventArgs
Class
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
Constructors
NotifyIconSelectedEventArgs(bool)
Initializes a new instance of the NotifyIconSelectedEventArgs class.
Declaration
cs-api-definition
public NotifyIconSelectedEventArgs(bool isKeyboardSelection)
Parameters
isKeyboardSelection
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.