C# Class SuperMap.Connector.Control.WPF.MapPropertyChangedEventArgs

为地图的PropertyChanged事件提供数据
Inheritance: System.EventArgs
Exibir arquivo Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Methods

Method Description
MapPropertyChangedEventArgs ( string name, object oldValue, object newValue ) : System

初始化MapPropertyChangedEventArgs的新实例

Method Details

MapPropertyChangedEventArgs() public method

初始化MapPropertyChangedEventArgs的新实例
public MapPropertyChangedEventArgs ( string name, object oldValue, object newValue ) : System
name string 属性名字
oldValue object 发生改变前的属性的值。
newValue object 发生改变后的属性的值。
return System