Search
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

 Syntax

C#  Copy Code

public event EventHandler<GridCellEventArgs> LaneGridCellCreated

Visual Basic  Copy Code

Public Event LaneGridCellCreated As EventHandler(Of GridCellEventArgs)

 See Also