RibbonGallery.OnSelectionChanged 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.
Raises the SelectionChanged event.
protected:
virtual void OnSelectionChanged(System::Windows::RoutedPropertyChangedEventArgs<System::Object ^> ^ e);
protected virtual void OnSelectionChanged (System.Windows.RoutedPropertyChangedEventArgs<object> e);
abstract member OnSelectionChanged : System.Windows.RoutedPropertyChangedEventArgs<obj> -> unit
override this.OnSelectionChanged : System.Windows.RoutedPropertyChangedEventArgs<obj> -> unit
Protected Overridable Sub OnSelectionChanged (e As RoutedPropertyChangedEventArgs(Of Object))
Parameters
The event data.
Remarks
This method is called when the SelectedItem property changes.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.