C# 클래스 Python.Test.EventTest

파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
s_value int
value int

공개 메소드들

메소드 설명
ClickHandler ( object sender, EventArgs e ) : void
EventTest ( ) : System
GenericHandler ( object sender, TestEventArgs e ) : void
OnProtectedEvent ( TestEventArgs e ) : void
OnPublicEvent ( TestEventArgs e ) : void
OnPublicStaticEvent ( TestEventArgs e ) : void
ShutUpCompiler ( ) : void
StaticHandler ( object sender, TestEventArgs e ) : void
WinFormTest ( ) : void

보호된 메소드들

메소드 설명
OnProtectedStaticEvent ( TestEventArgs e ) : void

메소드 상세

ClickHandler() 공개 메소드

public ClickHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

EventTest() 공개 메소드

public EventTest ( ) : System
리턴 System

GenericHandler() 공개 메소드

public GenericHandler ( object sender, TestEventArgs e ) : void
sender object
e TestEventArgs
리턴 void

OnProtectedEvent() 공개 메소드

public OnProtectedEvent ( TestEventArgs e ) : void
e TestEventArgs
리턴 void

OnProtectedStaticEvent() 보호된 정적인 메소드

protected static OnProtectedStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
리턴 void

OnPublicEvent() 공개 메소드

public OnPublicEvent ( TestEventArgs e ) : void
e TestEventArgs
리턴 void

OnPublicStaticEvent() 공개 정적인 메소드

public static OnPublicStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
리턴 void

ShutUpCompiler() 공개 정적인 메소드

public static ShutUpCompiler ( ) : void
리턴 void

StaticHandler() 공개 정적인 메소드

public static StaticHandler ( object sender, TestEventArgs e ) : void
sender object
e TestEventArgs
리턴 void

WinFormTest() 공개 메소드

public WinFormTest ( ) : void
리턴 void

프로퍼티 상세

s_value 공개적으로 정적으로 프로퍼티

public static int s_value
리턴 int

value 공개적으로 프로퍼티

public int value
리턴 int