smartDBforms.NET API Reference

SmartDBViewInsertedEventHandler Delegate

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

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

Parameters

SmartDBView
SmartDBViewInsertedArgs

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace