ListOrganizer.OnSelectItemExecuted(ExecutedRoutedEventArgs) 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.
Called when SelectItem executes.
protected:
virtual void OnSelectItemExecuted(System::Windows::Input::ExecutedRoutedEventArgs ^ e);
protected virtual void OnSelectItemExecuted (System.Windows.Input.ExecutedRoutedEventArgs e);
abstract member OnSelectItemExecuted : System.Windows.Input.ExecutedRoutedEventArgs -> unit
override this.OnSelectItemExecuted : System.Windows.Input.ExecutedRoutedEventArgs -> unit
Protected Overridable Sub OnSelectItemExecuted (e As ExecutedRoutedEventArgs)
Parameters
Remarks
Informs the ListOrganizer that it should select the item passed.