C# 클래스 Host.Services.CKNotification

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
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