smartDBforms.NET API Reference

SmartDBViewDeletedEventHandler Delegate

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

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

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace