See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected void CommitDropDownSelection(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	ActionCollection actions,
	Type newActionType
)
Visual Basic
Protected Sub CommitDropDownSelection ( 
	context As ITypeDescriptorContext,
	provider As IServiceProvider,
	actions As ActionCollection,
	newActionType As Type
)
Visual C++
protected:
void CommitDropDownSelection(
	ITypeDescriptorContext^ context, 
	IServiceProvider^ provider, 
	ActionCollection^ actions, 
	Type^ newActionType
)

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
provider
Type: System..::..IServiceProvider
actions
Type: ActionCollection
newActionType
Type: System..::..Type

See Also