Search
MapLayerBase(TColor, TPalette).OnBeginLoad Method
See Also
 





Raises the BeginLoad event.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

protected override void OnBeginLoad (
    Object sender,
    EventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnBeginLoad( _
    sender As Object, _
    e As EventArgs _
)

 Parameters

sender

The source of the event.

e

An object providing the event data.

 See Also