C# 클래스 Notifications.Notification.ActionTuple

파일 보기 프로젝트 열기: wfarr/newskit

공개 프로퍼티들

프로퍼티 타입 설명
Handler ActionHandler
Label string

공개 메소드들

메소드 설명
ActionTuple ( string label, ActionHandler handler ) : System

메소드 상세

ActionTuple() 공개 메소드

public ActionTuple ( string label, ActionHandler handler ) : System
label string
handler ActionHandler
리턴 System

프로퍼티 상세

Handler 공개적으로 프로퍼티

public ActionHandler Handler
리턴 ActionHandler

Label 공개적으로 프로퍼티

public string Label
리턴 string