DiagramLite Programmer's Guide
AreaEventHandler Delegate
See Also
 





Represents methods that will handle the CreatingArea event of the HtmlBuilder class.

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

 Syntax

C#  Copy Code

public delegate void AreaEventHandler (
    Object sender,
    AreaEventArgs e
)

Visual Basic  Copy Code

Public Delegate Sub AreaEventHandler( _
    sender As Object, _
    e As AreaEventArgs _
)

 Parameters

sender

The source of the event.

e

An AreaEventArgs that contains the event data.

 See Also

MindFusion.Diagramming Namespace