C# 클래스 Uiml.Executing.Binding.UimlEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: jozilla/Uiml.net

보호된 프로퍼티들

프로퍼티 타입 설명
m_parts System.Collections.Hashtable

공개 메소드들

메소드 설명
AddPart ( Part p ) : void
GetPart ( string identifier ) : Part
UimlEventArgs ( ) : System

메소드 상세

AddPart() 공개 메소드

public AddPart ( Part p ) : void
p Part
리턴 void

GetPart() 공개 메소드

public GetPart ( string identifier ) : Part
identifier string
리턴 Part

UimlEventArgs() 공개 메소드

public UimlEventArgs ( ) : System
리턴 System

프로퍼티 상세

m_parts 보호되어 있는 프로퍼티

protected Hashtable,System.Collections m_parts
리턴 System.Collections.Hashtable