DiagramLite Programmer's Guide
DiagramBase.LaneGridCellCreated Event
See Also
 





Raised when a lane grid's cell has been created to allow additional cusomtization of its presentation.

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

 Syntax

C#  Copy Code

public event EventHandler<GridCellEventArgs> LaneGridCellCreated

Visual Basic  Copy Code

Public Event LaneGridCellCreated As EventHandler(Of GridCellEventArgs)

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace