Search
GridCellEventArgs Class
See Also
 






Contains the arguments passed to the handlers of the LaneGridCellCreated event.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class GridCellEventArgs : EventArgs

Visual Basic  Copy Code

Public Class GridCellEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.Lanes.GridCellEventArgs

 See Also