DynamicsBaseHostedControl.DoActionCanExecute 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:
virtual void DoActionCanExecute(System::Object ^ sender, System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
public void DoActionCanExecute (object sender, System.Windows.Input.CanExecuteRoutedEventArgs e);
abstract member DoActionCanExecute : obj * System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.DoActionCanExecute : obj * System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Public Sub DoActionCanExecute (sender As Object, e As CanExecuteRoutedEventArgs)
Parameters
- sender
- Object