Search
WorksheetView.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
Assembly: MindFusion.Spreadsheet.WinForms

 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.

 See Also