C# Класс Host.Services.CKNotification

Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CKNotification ( UIElement content, string imagePath ) : System

Защищенные методы

Метод Описание
CloseNotification ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Приватные методы

Метод Описание
CKNotification ( ) : System

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

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

public CKNotification ( UIElement content, string imagePath ) : System
content UIElement
imagePath string
Результат System

CloseNotification() защищенный Метод

protected CloseNotification ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Результат void

OnImageClick() защищенный Метод

protected OnImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Результат void