Search
InplaceEditEventArgs Class
See Also
 






Contains the arguments passed to the InplaceEditStarted and InplaceEditEnded event handlers.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public class InplaceEditEventArgs : EventArgs

Visual Basic  Copy Code

Public Class InplaceEditEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Spreadsheet.InplaceEditEventArgs
            MindFusion.Spreadsheet.InplaceEditValidationEventArgs

 See Also