コード例 #1
0
        public void OnInvoiceValidationOptionChanged(object sender, EventArgs args)
        {
            InvIndustryEventArgs arg = args as InvIndustryEventArgs;

            Log.TraceWrite(CallerInfo.Create(), "Event: " + InvoiceViewModel.InvoiceValidationOptionChanged);
            SetRibbonVisibility(((InvoiceViewModel)sender).CurrentSelectedValidation);
        }
コード例 #2
0
        public void OnInvoiceValidationOptionChanged(object sender, EventArgs args)
        {
            InvIndustryEventArgs arg = args as InvIndustryEventArgs;

            Log.TraceWrite(CallerInfo.Create(), "Event: {0}, new Value={1}", InvoiceViewModel.InvoiceValidationOptionChanged, arg.Industry.ToString());
            CurrentSelectedValidation = arg.Industry;
        }
コード例 #3
0
        public void OnInvoiceValidationOptionChanged(object sender, EventArgs args)
        {
            InvIndustryEventArgs arg = (InvIndustryEventArgs)args;

            CurrentRuleSet = arg.Industry;
        }