ControlEvents 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.ControlEvents

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

Syntax

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

The ControlEvents type exposes the following members.

Attached Properties

  Name Description
Public attached property MouseDoubleClickCommand
Public attached property MouseDoubleClickCommandParameter
Public attached property PreviewMouseDoubleClickCommand
Public attached property PreviewMouseDoubleClickCommandParameter

Top

Methods

  Name Description
Public methodStatic member GetMouseDoubleClickCommand
Public methodStatic member GetMouseDoubleClickCommandParameter
Public methodStatic member GetPreviewMouseDoubleClickCommand
Public methodStatic member GetPreviewMouseDoubleClickCommandParameter
Public methodStatic member SetMouseDoubleClickCommand
Public methodStatic member SetMouseDoubleClickCommandParameter
Public methodStatic member SetPreviewMouseDoubleClickCommand
Public methodStatic member SetPreviewMouseDoubleClickCommandParameter

Top

Fields

  Name Description
Public fieldStatic member MouseDoubleClickCommandParameterProperty
Public fieldStatic member MouseDoubleClickCommandProperty
Public fieldStatic member PreviewMouseDoubleClickCommandParameterProperty
Public fieldStatic member PreviewMouseDoubleClickCommandProperty

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