NoSpacial Table Added To Map.Tables Would Not Raised The Event LoadStatusChanged

284
0
01-14-2019 07:28 PM
xiaoguangyan
New Contributor III

Hello,

A problem occured when I call the ServiceFeatureTable.LoadStatusChanged, It would not raise the event,

var serviceTable = new ServiceFeatureTable(new Uri("")) { FeatureRequestMode = FeatureRequestMode.ManualCache };

serviceTable .LoadStatusChanged += serviceTable _LoadStatusChanged;
CurrentMap.Tables.Add(serviceTable );

Tags (1)
0 Kudos
0 Replies