Class DualListBoxEventArgs
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DualListBoxEventArgs : EventArgsConstructors
DualListBoxEventArgs(List<string>)
Declaration
public DualListBoxEventArgs(List<string> items)Parameters
| Type | Name | Description | 
|---|---|---|
| List<string> | items | 
Properties
Items
Declaration
public List<string> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> |