The DualListBoxEventArgs class is a cusom EventArgs class for handling Event Args in the DualListBox.

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

Syntax

C#
public class DualListBoxEventArgs : EventArgs
Visual Basic
Public Class DualListBoxEventArgs
	Inherits EventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DotNetNuke.UI.WebControls..::..DualListBoxEventArgs

See Also