Search
Grid.HeaderAdded Event
See Also
 






Raised when a header has been inserted to the grid through a call to the InsertBefore or InsertAfter methods.

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

 Syntax

C#  Copy Code

public event EventHandler<HeaderEventArgs> HeaderAdded

Visual Basic  Copy Code

Public Event HeaderAdded As EventHandler(Of HeaderEventArgs)

 See Also