Search
CellBoundsEventHandler Class
See Also
 






Represents methods that will handle the CellBoundsChanged event.

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

 Syntax

C#  Copy Code

public sealed class CellBoundsEventHandler : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class CellBoundsEventHandler
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Diagramming.Lanes.CellBoundsEventHandler

 See Also