IPresenterComboboxItem.UpdateContextAndNotify Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void UpdateContextAndNotify(System::Collections::Generic::Dictionary<System::String ^, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::CRMApplicationData ^> ^ entityDataDict);
public void UpdateContextAndNotify (System.Collections.Generic.Dictionary<string,Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData> entityDataDict);
abstract member UpdateContextAndNotify : System.Collections.Generic.Dictionary<string, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData> -> unit
Public Sub UpdateContextAndNotify (entityDataDict As Dictionary(Of String, CRMApplicationData))
Parameters
- entityDataDict
- Dictionary<String,CRMApplicationData>