Méthode | Description | |
---|---|---|
AttachToEvent ( this value, object &formBackField, EventHandler &formBackFieldEvent, EventHandler eventHandler ) : bool |
Automates the attach and detachment of the load event to an Form.
|
|
AttachToLoadEvent ( this value, |
Automates the attach and detachment of the load event to an Form.
|
|
AttachToLoadEvent ( this value, |
Automates the attach and detachment of the load event to an UserControl.
|
public static AttachToEvent ( this value, object &formBackField, EventHandler &formBackFieldEvent, EventHandler eventHandler ) : bool | ||
value | this | The control to be added. |
formBackField | object | The backing field for the Form. |
formBackFieldEvent | EventHandler | The backing fields event to attach to. |
eventHandler | EventHandler | The event handler that is attached to the |
Résultat | bool |
public static AttachToLoadEvent ( this value, |
||
value | this | The control to be added. |
formBackField | The backing field for the Form. | |
onLoadEventHandler | EventHandler | The load event handler. |
Résultat | bool |
public static AttachToLoadEvent ( this value, |
||
value | this | The control to be added. |
userControlBackField | The backing field for the |
|
onLoadEventHandler | EventHandler | The load event handler. |
Résultat | bool |