Search
CellBoundsEventArgs Class
See Also
 





Contains the arguments passed to handlers of the CellBoundsChanged event.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class CellBoundsEventArgs : EventArgs

Visual Basic  Copy Code

Public Class CellBoundsEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.Lanes.CellBoundsEventArgs

 See Also