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





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

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

 Syntax

C#  Copy Code

public event EventHandler<InplaceEditValidationEventArgs> InplaceEditStarting

Visual Basic  Copy Code

Public Event InplaceEditStarting As EventHandler(Of InplaceEditValidationEventArgs)

 Event Data

InplaceEditStarting event handlers receive an argument of type InplaceEditValidationEventArgs.

 Remarks

This event can be used to prevent specific (or all) cells in a worksheet from being in-place editable. Set the Cancel property of the event argument to false to accomplish this.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace