Fired when the user has saved text; for example, by clicking the save button.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DescriptionAttribute("Fired when the user has saved text; for example, by clicking the save button.")] public event C1WebEditor..::..C1SaveEventHandler TextSaved |
Visual Basic (Declaration) |
---|
<DescriptionAttribute("Fired when the user has saved text; for example, by clicking the save button.")> _ Public Event TextSaved As C1WebEditor..::..C1SaveEventHandler |