C# Class Host.Services.CKNotification

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
CKNotification ( UIElement content, string imagePath ) : System

Protected Methods

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

Private Methods

Method Description
CKNotification ( ) : System

Method Details

CKNotification() public method

public CKNotification ( UIElement content, string imagePath ) : System
content UIElement
imagePath string
return System

CloseNotification() protected method

protected CloseNotification ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

OnImageClick() protected method

protected OnImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void