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 sender As SmartDBView, _
   ByVal e As EventArgs _
)
[C#]
public delegate void SmartDBViewDataBindingChildren(
   SmartDBView sender,
   EventArgs e
);

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace