smartDBforms.NET API Reference

SmartDBViewDeleteEventHandler Delegate

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

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

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace