Exemplo n.º 1
0
 private void CallbackSearchBySubFunctionDataRetrieved(object sender, GetSearchSubFunctionListCompletedEventArgs e)
 {
     if (SearchBySubFunctionListRetrieved != null)
         SearchBySubFunctionListRetrieved(sender, e);
 } 
        public void bcontrolDatahandler_SearchByBusinessSubFunctionListRetrieved(object sender, GetSearchSubFunctionListCompletedEventArgs e)
        {
            if (e.Result != null)
            {
                SubFunctions = e.Result;
            }
            IsBusy = false;
            

        }