C# Class Uiml.Executing.Binding.UimlEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: jozilla/Uiml.net

Protected Properties

Property Type Description
m_parts System.Collections.Hashtable

Public Methods

Method Description
AddPart ( Part p ) : void
GetPart ( string identifier ) : Part
UimlEventArgs ( ) : System

Method Details

AddPart() public method

public AddPart ( Part p ) : void
p Part
return void

GetPart() public method

public GetPart ( string identifier ) : Part
identifier string
return Part

UimlEventArgs() public method

public UimlEventArgs ( ) : System
return System

Property Details

m_parts protected_oe property

protected Hashtable,System.Collections m_parts
return System.Collections.Hashtable