smartDBforms.NET API Reference

SmartDBViewInsertEventHandler Delegate

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

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

Parameters

SmartDBView
SmartDBViewInsertArgs

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace