Constructs a new DualListBoxEventArgs

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DualListBoxEventArgs(
	List<string> items
)
Visual Basic
Public Sub New ( 
	items As List(Of String)
)

Parameters

items
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
The items

See Also