C# Class Microsoft.Silverlight.Testing.Client.Notifications

A class that contains notification information.
Inheritance: System.Windows.Controls.ItemsControl
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnNotificationClosed ( object sender, RoutedEventArgs e ) : void

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

Method Details

AddNotification() public méthode

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.
Résultat void

Notifications() public méthode

Initialize a new intance of the Notifications type.
public Notifications ( ) : System
Résultat System

OnApplyTemplate() public méthode

Overrides the on apply template method.
public OnApplyTemplate ( ) : void
Résultat void