Search
EditCellTextEventArgs Class
See Also
 





Contains the arguments passed to the CellTextEdited event handlers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class EditCellTextEventArgs : EventArgs

Visual Basic  Copy Code

Public Class EditCellTextEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.EditCellTextEventArgs

 See Also