Contains the arguments passed to the InplaceEditStarting and InplaceEditEnding event handlers.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class InplaceEditValidationEventArgs : InplaceEditEventArgs |
Visual Basic
Copy Code
|
|---|
Public Class InplaceEditValidationEventArgs |
Inheritance HierarchySystem.Object![]()
System.EventArgs![]()
MindFusion.Spreadsheet.InplaceEditEventArgs
MindFusion.Spreadsheet.InplaceEditValidationEventArgs
See Also