smartDBforms.NET API Reference

SmartDBViewModeChangingEventHandler Delegate

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

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

Parameters

sender
e

Requirements

Namespace: Adillis.SmartDBForms

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

See Also

Adillis.SmartDBForms Namespace