C# Class Uiml.Executing.Binding.UimlEventHandlerAttribute

Inheritance: System.Attribute
Mostra file Open project: jozilla/Uiml.net

Public Methods

Method Description
UimlEventHandlerAttribute ( string eventName ) : System

Method Details

UimlEventHandlerAttribute() public method

public UimlEventHandlerAttribute ( string eventName ) : System
eventName string /// The event class we're interested in. ///
return System