DbMaintenanceWindowRegistry..::..ShowAddOntheFlyWindow Method
Shows the add onthe fly window.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public void ShowAddOntheFlyWindow( TableDefinitionBase tableDefinition, LookupAddViewArgs addViewArgs, Object inputParameter )
Public Sub ShowAddOntheFlyWindow ( _ tableDefinition As TableDefinitionBase, _ addViewArgs As LookupAddViewArgs, _ inputParameter As Object _ )
public: void ShowAddOntheFlyWindow( TableDefinitionBase^ tableDefinition, LookupAddViewArgs^ addViewArgs, Object^ inputParameter )
Parameters
- tableDefinition
- Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
- addViewArgs
- Type: RingSoft.DbLookup.Lookup..::..LookupAddViewArgs
The add view arguments.
- inputParameter
- Type: Object
The input parameter.