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