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
SyntaxC#
Copy Code
|
|---|
public event EventHandler<InplaceEditValidationEventArgs> InplaceEditEnding |
Visual Basic
Copy Code
|
|---|
Public Event InplaceEditEnding As EventHandler(Of InplaceEditValidationEventArgs) |
Event DataInplaceEditEnding event handlers receive an argument of type InplaceEditValidationEventArgs.
See Also