C# Class Host.Services.CKNotification

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
CKNotification ( UIElement content, string imagePath ) : System

Méthodes protégées

Méthode Description
CloseNotification ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Méthode Description
CKNotification ( ) : System

Method Details

CKNotification() public méthode

public CKNotification ( UIElement content, string imagePath ) : System
content UIElement
imagePath string
Résultat System

CloseNotification() protected méthode

protected CloseNotification ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnImageClick() protected méthode

protected OnImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void