D
devtotal
Hi, I have a custom control which loads data, with some critera from a
property of the hosting UserControl.
I try to get the property value on BindingChanged in my custom control,
but, at that time, host UserControl is not completly loaded, so my
property is NULL.
I can't call a custom control's method from host UserControl. It would
'destroy' the automatic behaviour...
How can I know in my custome control that the host UserControl has
finished to load ?
TIA
property of the hosting UserControl.
I try to get the property value on BindingChanged in my custom control,
but, at that time, host UserControl is not completly loaded, so my
property is NULL.
I can't call a custom control's method from host UserControl. It would
'destroy' the automatic behaviour...
How can I know in my custome control that the host UserControl has
finished to load ?
TIA