DiagramLite Programmer's Guide
DiagramBase.OnLaneGridCellCreated Method
See Also
 





Raises the LaneGridCellCreated event.

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

 Syntax

C#  Copy Code

protected virtual void OnLaneGridCellCreated (
    GridCellEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLaneGridCellCreated( _
    e As GridCellEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace