Méthode | Description | |
---|---|---|
Clone ( EventHandler handler ) : |
Get a copy of the HandlerElement but with a new change EventHandler.
|
|
Equals ( HandlerElement other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current HandlerElement{T}.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
HandlerElement ( EventHandler handler ) : System |
Initialize a new instance with a default value.
|
|
HandlerElement ( EventHandler handler, basis ) : System |
Initialize a new instance with an initial value of basis.
|
|
HandlerElement ( EventHandler handler, HandlerElement basis ) : System |
Initialize a new instance with an initial value from basis.
|
public Clone ( EventHandler handler ) : |
||
handler | EventHandler | The replacement HandlerElement delegate. |
Résultat |
public Equals ( HandlerElement other ) : bool | ||
other | HandlerElement | An object to compare with this object. |
Résultat | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |
public HandlerElement ( EventHandler handler ) : System | ||
handler | EventHandler | The |
Résultat | System |
public HandlerElement ( EventHandler handler, basis ) : System | ||
handler | EventHandler | The |
basis | Initial value for instance. | |
Résultat | System |
public HandlerElement ( EventHandler handler, HandlerElement basis ) : System | ||
handler | EventHandler | The |
basis | HandlerElement | Element containing the initial value for instance. |
Résultat | System |