IPresenterControl.WindowList_SelectionChanged 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:
void WindowList_SelectionChanged(System::Object ^ sender, System::Windows::Controls::SelectionChangedEventArgs ^ e);
public void WindowList_SelectionChanged (object sender, System.Windows.Controls.SelectionChangedEventArgs e);
abstract member WindowList_SelectionChanged : obj * System.Windows.Controls.SelectionChangedEventArgs -> unit
Public Sub WindowList_SelectionChanged (sender As Object, e As SelectionChangedEventArgs)
Parameters
- sender
- Object