MindFusion.Wpf Pack Programmer's Guide
WorkbookView.InplaceEditEnding Event
See Also
 





Raised when an in-place edit operation is about to finish, before the in-place editor is closed.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<InplaceEditValidationEventArgs> InplaceEditEnding

Visual Basic  Copy Code

Public Event InplaceEditEnding As EventHandler(Of InplaceEditValidationEventArgs)

 Event Data

InplaceEditEnding event handlers receive an argument of type InplaceEditValidationEventArgs.

 Remarks

This event can be used to validate the input of an in-place editing operation. Set the Cancel property of the event argument to false to reject the in-place editing operation.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace