C# Class Uiml.Rendering.EventLinker

Links the events from the concrete widget set with the behavior specified in a UIML document
Inheritance: IEventLinker
ファイルを表示 Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
EventLinker ( IRenderer renderer ) : System
Link ( Structure uiStruct, Behavior uiBehavior ) : void

Method Details

EventLinker() public method

public EventLinker ( IRenderer renderer ) : System
renderer IRenderer
return System

Link() public method

public Link ( Structure uiStruct, Behavior uiBehavior ) : void
uiStruct Structure
uiBehavior Behavior
return void