Skip to content

LevelTipsChangedPanZoomBarMapToolEventArgs

Namespace: ThinkGeo.Core

This class represents an event argument for the LevelTipsChanged event on PanZoomBarMapTool class.

public class LevelTipsChangedPanZoomBarMapToolEventArgs : System.EventArgs

Inheritance ObjectEventArgsLevelTipsChangedPanZoomBarMapToolEventArgs

Properties

LevelTip

This property gets or sets a new level tip when the level tip content changed on the PanZoomBar.

public string LevelTip { get; set; }

Property Value

String

Level

This property gets new zoom level.

public int Level { get; }

Property Value

Int32

Constructors

LevelTipsChangedPanZoomBarMapToolEventArgs()

This is constructor of LevelTipsChangedPanZoomBarMapToolEventArgs class.

public LevelTipsChangedPanZoomBarMapToolEventArgs()

LevelTipsChangedPanZoomBarMapToolEventArgs(String, Int32)

This is constructor of LevelTipsChangedPanZoomBarMapToolEventArgs class.

public LevelTipsChangedPanZoomBarMapToolEventArgs(string levelTip, int level)

Parameters

levelTip String

level Int32