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





Raised when an inplace-edit operation has finished.

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

 Syntax

C#  Copy Code

public event EventHandler<InplaceEditEventArgs> InplaceEditEnded

Visual Basic  Copy Code

Public Event InplaceEditEnded As EventHandler(Of InplaceEditEventArgs)

 Event Data

InplaceEditEnded event handlers receive an argument of type InplaceEditEventArgs.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace