DynamicsBaseHostedControl.UIIEventCanExecute 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.
protected:
void UIIEventCanExecute(System::Object ^ sender, System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
protected void UIIEventCanExecute (object sender, System.Windows.Input.CanExecuteRoutedEventArgs e);
member this.UIIEventCanExecute : obj * System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Protected Sub UIIEventCanExecute (sender As Object, e As CanExecuteRoutedEventArgs)
Parameters
- sender
- Object