smartDBforms.NET API Reference

SmartDBViewDataBindingChildren Delegate

Represents the method that handles the DataBindingChildren event of a SmartDBView control.

[Visual Basic]
Public Delegate Sub SmartDBViewDataBindingChildren( _
   ByVal SmartDBView As SmartDBView, _
   ByVal EventArgs As EventArgs _
)
[C#]
public delegate void SmartDBViewDataBindingChildren(
   SmartDBView sender,
   EventArgs e
);

Parameters

SmartDBView
EventArgs

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

Adillis.SmartDBForms Namespace