C# Class SuperMap.Web.Mapping.ResolutionsEventArgs

${mapping_ResolutionsEventArgs_Title}

${mapping_ResolutionsEventArgs_Description}

Inheritance: System.EventArgs
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
ResolutionsEventArgs ( double newResolutions, double oldResulotions ) : System

${mapping_ResolutionsEventArgs_constructor_D}

Method Details

ResolutionsEventArgs() public method

${mapping_ResolutionsEventArgs_constructor_D}
public ResolutionsEventArgs ( double newResolutions, double oldResulotions ) : System
newResolutions double ${mapping_ResolutionsEventArgs_constructor_param_newResolutions}
oldResulotions double ${mapping_ResolutionsEventArgs_constructor_param_oldResulotions}
return System