DiagramLite Programmer's Guide
CellBoundsEventHandler Delegate
See Also
 





Represents methods that will handle the CellBoundsChanged event.

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

 Syntax

C#  Copy Code

public delegate void CellBoundsEventHandler (
    Object sender,
    CellBoundsEventArgs e
)

Visual Basic  Copy Code

Public Delegate Sub CellBoundsEventHandler ( _
    sender As Object, _
    e As CellBoundsEventArgs _
)

 Parameters

sender

The source of the event.

e
A CellBoundsEventArgs that contains the event data.

 See Also

MindFusion.Diagramming.Lanes Namespace