C# Класс Microsoft.Silverlight.Testing.Client.Notifications

A class that contains notification information.
Наследование: System.Windows.Controls.ItemsControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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, RoutedEventArgs e ) : void

Handles the Closed event from the notification and removes the child.

Описание методов

AddNotification() публичный Метод

Adds a notification object to the set of notifications. Connects the close button handler to automatically remove the notification from the visual tree.
public AddNotification ( Notification notification ) : void
notification Notification A notification instance.
Результат void

Notifications() публичный Метод

Initialize a new intance of the Notifications type.
public Notifications ( ) : System
Результат System

OnApplyTemplate() публичный Метод

Overrides the on apply template method.
public OnApplyTemplate ( ) : void
Результат void