C# Class SuperMap.Web.ISDotNET6.LocationsAllocateEventArgs

${IS6_LocationsAllocateEventArgs_Title}

${IS6_LocationsAllocateEventArgs_Description}

Inheritance: SuperMap.Web.Service.ServiceEventArgs
Exibir arquivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
LocationsAllocateEventArgs ( LocationsAllocateResult result, string originResult, object token ) : SuperMap.Web.Service

${IS6_LocationsAllocateResult_constructor_D}

Method Details

LocationsAllocateEventArgs() public method

${IS6_LocationsAllocateResult_constructor_D}
public LocationsAllocateEventArgs ( LocationsAllocateResult result, string originResult, object token ) : SuperMap.Web.Service
result LocationsAllocateResult ${IS6_LocationsAllocateResult_constructor_param_result}
originResult string ${IS6_LocationsAllocateResult_constructor_param_originResult}
token object ${IS6_LocationsAllocateResult_constructor_param_token}
return SuperMap.Web.Service