smartDBforms.NET API Reference

SmartDBViewUpdatedEventHandler Delegate

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

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

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace