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

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

Syntax

C#
public class DualListBoxEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DualListBoxEventArgs _
	Inherits EventArgs
Visual C++
public ref class DualListBoxEventArgs : public EventArgs

Remarks

Inheritance Hierarchy

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

See Also