C# 클래스 Uiml.Rendering.EventLinker

Links the events from the concrete widget set with the behavior specified in a UIML document
상속: IEventLinker
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 메소드들

메소드 설명
EventLinker ( IRenderer renderer ) : System
Link ( Structure uiStruct, Behavior uiBehavior ) : void

메소드 상세

EventLinker() 공개 메소드

public EventLinker ( IRenderer renderer ) : System
renderer IRenderer
리턴 System

Link() 공개 메소드

public Link ( Structure uiStruct, Behavior uiBehavior ) : void
uiStruct Structure
uiBehavior Behavior
리턴 void