C# Class GLSharp.Core.Event

Faster implementation than the Script# one.
Afficher le fichier Open project: colin-dumitru/GLSharp

Méthodes publiques

Méthode Description
Event ( ) : System
Fire ( Object sender, Object args ) : void
Subscribe ( EventHandler handler, Nullable unique ) : void
Unsubscribe ( EventHandler handler ) : void

Private Methods

Méthode Description
MethodsEqual ( EventHandler m1, EventHandler m2 ) : System.Boolean

Method Details

Event() public méthode

public Event ( ) : System
Résultat System

Fire() public méthode

public Fire ( Object sender, Object args ) : void
sender Object
args Object
Résultat void

Subscribe() public méthode

public Subscribe ( EventHandler handler, Nullable unique ) : void
handler EventHandler
unique Nullable
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( EventHandler handler ) : void
handler EventHandler
Résultat void