smartDBforms.NET API Reference

SmartDBViewUpdateEventHandler Delegate

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

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

Parameters

SmartDBView
SmartDBViewUpdateArgs

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace