Class NewCommentWindow
New instance data comment window, implements NewCommentControl
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class NewCommentWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceNewCommentWindow(InstanceDataCommentModel)
Create new comment window
Declaration
public NewCommentWindow(InstanceDataCommentModel model)
Parameters
Type | Name | Description |
---|---|---|
InstanceDataCommentModel | model | Model containing all information for create the comment |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save commetn and close the window
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase