Notification..::..RemoveNotificationCommand Property

Gets or sets the remove notification command.

Namespace:  Wpf.NotificationCenter.Notification
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public ICommand RemoveNotificationCommand { get; set; }
Public Property RemoveNotificationCommand As ICommand
	Get
	Set
public:
property ICommand^ RemoveNotificationCommand {
	ICommand^ get ();
	void set (ICommand^ value);
}

Field Value

The remove notification command.