smartDBforms.NET API Reference

SmartDBViewExtractedEventHandler Delegate

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

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

Parameters

SmartDBView
SmartDBViewExtractedArgs

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace