smartDBforms.NET API Reference

SmartDBViewModeChangedEventHandler Delegate

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

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

Parameters

SmartDBView
SmartDBViewModeChangedArgs

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace