C# Class SuperMap.WindowsPhone.Mapping.ResolutionsEventArgs

${WP_mapping_ResolutionsEventArgs_Title}

${WP_mapping_ResolutionsEventArgs_Description}

Inheritance: System.EventArgs
Show file Open project: SuperMap/iClient-for-Win8

Public Methods

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

${WP_mapping_ResolutionsEventArgs_constructor_D}

Method Details

ResolutionsEventArgs() public method

${WP_mapping_ResolutionsEventArgs_constructor_D}
public ResolutionsEventArgs ( double newResolutions, double oldResulotions ) : System
newResolutions double ${WP_mapping_ResolutionsEventArgs_constructor_param_newResolutions}
oldResulotions double ${WP_mapping_ResolutionsEventArgs_constructor_param_oldResulotions}
return System