C# 클래스 Robotlegs.Mvcs.Support.CustomEvent

상속: Event
파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework

공개 프로퍼티들

프로퍼티 타입 설명
STARTED string
STOPPED string

공개 메소드들

메소드 설명
Clone ( ) : Event
CustomEvent ( string type ) : Robotlegs.Base

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Event
리턴 Event

CustomEvent() 공개 메소드

public CustomEvent ( string type ) : Robotlegs.Base
type string
리턴 Robotlegs.Base

프로퍼티 상세

STARTED 공개적으로 정적으로 프로퍼티

public static string STARTED
리턴 string

STOPPED 공개적으로 정적으로 프로퍼티

public static string STOPPED
리턴 string