InlineEditingTextBoxOnUpdate Method |
Raises the update event.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected virtual void OnUpdate(
EventArgs e
)
Parameters
- e
- Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also