Méthode | Description | |
---|---|---|
Event ( ) : System | ||
Fire ( Object sender, Object args ) : void | ||
Subscribe ( EventHandler handler, Nullable |
||
Unsubscribe ( EventHandler handler ) : void |
Méthode | Description | |
---|---|---|
MethodsEqual ( EventHandler m1, EventHandler m2 ) : System.Boolean |
public Fire ( Object sender, Object args ) : void | ||
sender | Object | |
args | Object | |
Résultat | void |
public Subscribe ( EventHandler handler, Nullable |
||
handler | EventHandler | |
unique | Nullable |
|
Résultat | void |
public Unsubscribe ( EventHandler handler ) : void | ||
handler | EventHandler | |
Résultat | void |