Search
InplaceEditEventArgs Class
See Also
 





Contains the arguments passed to the EnterInplaceEditMode and LeaveInplaceEditMode event handlers.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public class InplaceEditEventArgs : EventArgs

Visual Basic  Copy Code

Public Class InplaceEditEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.Blazor.InplaceEditEventArgs

 See Also