KaxListBoxItemEventArgsItem Property |
Gets or sets the referenced item in the
KaxListBox control when the event is raised.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListBoxItem Item { get; set; }
Public Property Item As KaxListBoxItem
Get
Set
public:
property KaxListBoxItem^ Item {
KaxListBoxItem^ get ();
void set (KaxListBoxItem^ value);
}
member Item : KaxListBoxItem with get, set
Property Value
Type:
KaxListBoxItemThe referenced item in the
KaxListBox control when the event is raised.
See Also