C# Class Python.Test.EventTest

Afficher le fichier Open project: fkarb/pythonnet Class Usage Examples

Méthodes publiques

Свойство Type Description
s_value int
value int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnProtectedStaticEvent ( TestEventArgs e ) : void

Method Details

ClickHandler() public méthode

public ClickHandler ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

EventTest() public méthode

public EventTest ( ) : System
Résultat System

GenericHandler() public méthode

public GenericHandler ( object sender, TestEventArgs e ) : void
sender object
e TestEventArgs
Résultat void

OnProtectedEvent() public méthode

public OnProtectedEvent ( TestEventArgs e ) : void
e TestEventArgs
Résultat void

OnProtectedStaticEvent() protected static méthode

protected static OnProtectedStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
Résultat void

OnPublicEvent() public méthode

public OnPublicEvent ( TestEventArgs e ) : void
e TestEventArgs
Résultat void

OnPublicStaticEvent() public static méthode

public static OnPublicStaticEvent ( TestEventArgs e ) : void
e TestEventArgs
Résultat void

ShutUpCompiler() public static méthode

public static ShutUpCompiler ( ) : void
Résultat void

StaticHandler() public static méthode

public static StaticHandler ( object sender, TestEventArgs e ) : void
sender object
e TestEventArgs
Résultat void

WinFormTest() public méthode

public WinFormTest ( ) : void
Résultat void

Property Details

s_value public_oe static_oe property

public static int s_value
Résultat int

value public_oe property

public int value
Résultat int