AjaxSettingsCollectionRemove Method |
Removes an item from the collection.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Remove(
AjaxSetting ajaxSetting
)
Public Sub Remove (
ajaxSetting As AjaxSetting
)
public:
void Remove(
AjaxSetting^ ajaxSetting
)
member Remove :
ajaxSetting : AjaxSetting -> unit
Parameters
- ajaxSetting
- Type: Kettic.AspNet.ControlsAjaxSetting
An instance of AjaxSetting to be removed
See Also