event fired when the map bacground is rendered. Handle this event to perform and painting before
the map layers are rendered
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Event PaintMapBackground As EventHandler(Of PaintEventArgs) |
C# |
---|
public event EventHandler<PaintEventArgs> PaintMapBackground |
Visual C++ |
---|
public:
event EventHandler<PaintEventArgs^>^ PaintMapBackground {
void add (EventHandler<PaintEventArgs^>^ value);
void remove (EventHandler<PaintEventArgs^>^ value);
} |
JavaScript |
---|
function add_paintMapBackground(value);
function remove_paintMapBackground(value); |
See Also