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