Метод | Описание | |
---|---|---|
AddNotification ( Notification notification ) : void |
Adds a notification object to the set of notifications. Connects the close button handler to automatically remove the notification from the visual tree.
|
|
Notifications ( ) : System |
Initialize a new intance of the Notifications type.
|
|
OnApplyTemplate ( ) : void |
Overrides the on apply template method.
|
Метод | Описание | |
---|---|---|
OnNotificationClosed ( object sender, |
Handles the Closed event from the notification and removes the child.
|
public AddNotification ( Notification notification ) : void | ||
notification | Notification | A notification instance. |
Результат | void |