Notification..::..OnClicked Event

Occurs when content is clicked.

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

Syntax


public event Nullable<EventHandler> OnClicked
Public Event OnClicked As Nullable(Of EventHandler)
public:
 event Nullable<EventHandler^> OnClicked {
	void add (Nullable<EventHandler^> value);
	void remove (Nullable<EventHandler^> value);
}