Click or drag to resize

CustomListBoxOnClientItemRemoving Property

Occurs when a Remove button is clicked, but before the CustomSelectBox control removes the item.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string OnClientItemRemoving { get; set; }

Property Value

Type: String
String representation of JavaScript callback function.

Return Value

Type: String
Remarks
If callback function changes event property 'Cancel' value to 'true' operations will be cancelled.
See Also