C# Class Uiml.Rendering.EventLinker

Links the events from the concrete widget set with the behavior specified in a UIML document
Inheritance: IEventLinker
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Méthode Description
EventLinker ( IRenderer renderer ) : System
Link ( Structure uiStruct, Behavior uiBehavior ) : void

Method Details

EventLinker() public méthode

public EventLinker ( IRenderer renderer ) : System
renderer IRenderer
Résultat System

Link() public méthode

public Link ( Structure uiStruct, Behavior uiBehavior ) : void
uiStruct Structure
uiBehavior Behavior
Résultat void