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

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Свойство Type Description
CloseButtonVisibilityProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Notification ( ) : System

Initializes a new instance of the Notification class.

OnApplyTemplate ( ) : void

Overrides the on apply template method.

Méthodes protégées

Méthode Description
OnClosed ( RoutedEventArgs e ) : void

Fires the Closed event.

Private Methods

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

Connects to the Click event of the Close button.

Method Details

Notification() public méthode

Initializes a new instance of the Notification class.
public Notification ( ) : System
Résultat System

OnApplyTemplate() public méthode

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

OnClosed() protected méthode

Fires the Closed event.
protected OnClosed ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs The event data.
Résultat void

Property Details

CloseButtonVisibilityProperty public_oe static_oe property

Identifies the CloseButtonVisibility dependency property.
public static DependencyProperty,System.Windows CloseButtonVisibilityProperty
Résultat System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
Résultat System.Windows.DependencyProperty