SelectorEvents Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.MVVM.SelectorEvents

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class SelectorEvents
public static class SelectorEvents
public ref class SelectorEvents abstract sealed
[<AbstractClass>]
[<Sealed>]
type SelectorEvents =  class end
public final class SelectorEvents

The SelectorEvents type exposes the following members.

Attached Properties

  Name Description
Public attached property SelectedCommand
Public attached property SelectedCommandParameter
Public attached property SelectionChangedCommand
Public attached property SelectionChangedCommandParameter
Public attached property UnselectedCommand
Public attached property UnselectedCommandParameter

Top

Methods

  Name Description
Public methodStatic member GetSelectedCommand
Public methodStatic member GetSelectedCommandParameter
Public methodStatic member GetSelectionChangedCommand
Public methodStatic member GetSelectionChangedCommandParameter
Public methodStatic member GetUnselectedCommand
Public methodStatic member GetUnselectedCommandParameter
Public methodStatic member SetSelectedCommand
Public methodStatic member SetSelectedCommandParameter
Public methodStatic member SetSelectionChangedCommand
Public methodStatic member SetSelectionChangedCommandParameter
Public methodStatic member SetUnselectedCommand
Public methodStatic member SetUnselectedCommandParameter

Top

Fields

  Name Description
Public fieldStatic member SelectedCommandParameterProperty
Public fieldStatic member SelectedCommandProperty
Public fieldStatic member SelectionChangedCommandParameterProperty
Public fieldStatic member SelectionChangedCommandProperty
Public fieldStatic member UnselectedCommandParameterProperty
Public fieldStatic member UnselectedCommandProperty

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.MVVM Namespace