Back to Devexpress

NotifyIconService.LeftDoubleClickCommand Property

wpf-devexpress-dot-xpf-dot-core-dot-notifyiconservice-6a3fdf98.md

latest1.2 KB
Original Source

NotifyIconService.LeftDoubleClickCommand Property

Gets or sets a command executed when the notification icon (system tray icon) is double-clicked with the left mouse button. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand LeftDoubleClickCommand { get; set; }
vb
Public Property LeftDoubleClickCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that is executed when the notification icon (system tray icon) is double-clicked with the left mouse button.

|

See Also

NotifyIconService Class

NotifyIconService Members

DevExpress.Xpf.Core Namespace