Show / Hide Table of Contents

Class DualListBoxEventArgs

Inheritance
object
EventArgs
DualListBoxEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DualListBoxEventArgs : EventArgs

Constructors

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>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS