MindFusion WinForms Programmer's Guide
IItemEditor.EndEdit Method
See Also
 





Invoked when an operation outside of the item editor causes the editor to be closed.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract void EndEdit (
    ItemEditContext context,
    bool accept
)

Visual Basic  Copy Code

Public MustOverride Sub EndEdit ( _
    context As ItemEditContext, _
    accept As Boolean _
)

 Parameters

context
An instance of the ItemEditContext class that exposes information about the edit operation.
accept
true to accept the change, false to cancel it.

 Remarks

This method is invoked by the Calendar when it closes the editor.

 See Also

IItemEditor Members
IItemEditor Interface
MindFusion.Scheduling.WinForms Namespace