RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupAddViewArgs Constructor

Initializes a new instance of the LookupAddViewArgs class.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public LookupAddViewArgs(
	LookupDataMauiBase lookupData,
	bool fromLookupControl,
	LookupFormModes lookupFormMode,
	string initialAddModeText,
	Object ownerWindow
)
Public Sub New ( _
	lookupData As LookupDataMauiBase, _
	fromLookupControl As Boolean, _
	lookupFormMode As LookupFormModes, _
	initialAddModeText As String, _
	ownerWindow As Object _
)
public:
LookupAddViewArgs(
	LookupDataMauiBase^ lookupData, 
	bool^ fromLookupControl, 
	LookupFormModes^ lookupFormMode, 
	String^ initialAddModeText, 
	Object^ ownerWindow
)

Parameters

lookupData
Type: RingSoft.DbLookup.Lookup..::..LookupDataMauiBase
The lookup data.
fromLookupControl
Type: Boolean
if set to true then this is from a lookup control.
lookupFormMode
Type: RingSoft.DbLookup.Lookup..::..LookupFormModes
The lookup form mode.
initialAddModeText
Type: String
The initial add mode text.
ownerWindow
Type: Object
The owner window that launched this.