Occurs when the selected item in the list of available constructors is changed.
Namespace:DevExpress.DataAccess.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.dll

Syntax
C# |
EventHandler Changed
|
VB |
Changed As EventHandler
|

Event Data
The event handler receives an argument of type System.EventArgs containing data related to this event.

See Also