smartDBforms.NET API Reference

SmartDBView.DataBindingChildren Event

Occurs after DataItem has been prepared and just before the child controls being databound.

[Visual Basic]
Public Event DataBindingChildren As SmartDBViewDataBindingChildren
[C#]
public event SmartDBViewDataBindingChildren DataBindingChildren;

Remarks

The event handler can inspect and modify the DataItem in order to change the data that is passed to the children. The CurrentMode indicates the current mode.

See Also

SmartDBView Class | Adillis.SmartDBForms Namespace