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





Raised when an in-place edit operation has started, after the in-place editor is displayed.

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

 Syntax

C#  Copy Code

public event EventHandler<InplaceEditEventArgs> InplaceEditStarted

Visual Basic  Copy Code

Public Event InplaceEditStarted As EventHandler(Of InplaceEditEventArgs)

 Event Data

InplaceEditStarted event handlers receive an argument of type InplaceEditEventArgs.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace