Click or drag to resize

TemplatedDropDownListItemEventArgs Class

Represents an event arguments that used when specified event occurs on a TemplatedDropDownList control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsTemplatedDropDownListItemEventArgs

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class TemplatedDropDownListItemEventArgs : EventArgs

The TemplatedDropDownListItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTemplatedDropDownListItemEventArgs
Initializes a new instance of the TemplatedDropDownListItemEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets an instance of a TemplatedDropDownListItem that is associated with an event.
Top
Remarks