C# Class Python.Test.EventTest

Mostrar archivo Open project: fkarb/pythonnet Class Usage Examples

Public Properties

Property Type Description
s_value int
value int

Public Methods

Method Description
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

Protected Methods

Method Description
OnProtectedStaticEvent ( TestEventArgs e ) : void

Method Details

ClickHandler() public method

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

EventTest() public method

public EventTest ( ) : System
return System

GenericHandler() public method

public GenericHandler ( object sender, TestEventArgs e ) : void
sender object
e TestEventArgs
return void

OnProtectedEvent() public method

public OnProtectedEvent ( TestEventArgs e ) : void
e TestEventArgs
return void

OnProtectedStaticEvent() protected static method

protected static OnProtectedStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
return void

OnPublicEvent() public method

public OnPublicEvent ( TestEventArgs e ) : void
e TestEventArgs
return void

OnPublicStaticEvent() public static method

public static OnPublicStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
return void

ShutUpCompiler() public static method

public static ShutUpCompiler ( ) : void
return void

StaticHandler() public static method

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

WinFormTest() public method

public WinFormTest ( ) : void
return void

Property Details

s_value public_oe static_oe property

public static int s_value
return int

value public_oe property

public int value
return int