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

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

Syntax

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

The FrameworkElementEvents type exposes the following members.

Attached Properties

  Name Description
Public attached property ContextMenuClosingCommand
Public attached property ContextMenuClosingCommandParameter
Public attached property ContextMenuOpeningCommand
Public attached property ContextMenuOpeningCommandParameter
Public attached property LoadedCommand
Public attached property LoadedCommandParameter
Public attached property RequestBringIntoViewCommand
Public attached property RequestBringIntoViewCommandParameter
Public attached property SizeChangedCommand
Public attached property SizeChangedCommandParameter
Public attached property ToolTipClosingCommand
Public attached property ToolTipClosingCommandParameter
Public attached property ToolTipOpeningCommand
Public attached property ToolTipOpeningCommandParameter
Public attached property UnloadedCommand
Public attached property UnloadedCommandParameter

Top

Methods

  Name Description
Public methodStatic member GetContextMenuClosingCommand
Public methodStatic member GetContextMenuClosingCommandParameter
Public methodStatic member GetContextMenuOpeningCommand
Public methodStatic member GetContextMenuOpeningCommandParameter
Public methodStatic member GetLoadedCommand
Public methodStatic member GetLoadedCommandParameter
Public methodStatic member GetRequestBringIntoViewCommand
Public methodStatic member GetRequestBringIntoViewCommandParameter
Public methodStatic member GetSizeChangedCommand
Public methodStatic member GetSizeChangedCommandParameter
Public methodStatic member GetToolTipClosingCommand
Public methodStatic member GetToolTipClosingCommandParameter
Public methodStatic member GetToolTipOpeningCommand
Public methodStatic member GetToolTipOpeningCommandParameter
Public methodStatic member GetUnloadedCommand
Public methodStatic member GetUnloadedCommandParameter
Public methodStatic member SetContextMenuClosingCommand
Public methodStatic member SetContextMenuClosingCommandParameter
Public methodStatic member SetContextMenuOpeningCommand
Public methodStatic member SetContextMenuOpeningCommandParameter
Public methodStatic member SetLoadedCommand
Public methodStatic member SetLoadedCommandParameter
Public methodStatic member SetRequestBringIntoViewCommand
Public methodStatic member SetRequestBringIntoViewCommandParameter
Public methodStatic member SetSizeChangedCommand
Public methodStatic member SetSizeChangedCommandParameter
Public methodStatic member SetToolTipClosingCommand
Public methodStatic member SetToolTipClosingCommandParameter
Public methodStatic member SetToolTipOpeningCommand
Public methodStatic member SetToolTipOpeningCommandParameter
Public methodStatic member SetUnloadedCommand
Public methodStatic member SetUnloadedCommandParameter

Top

Fields

  Name Description
Public fieldStatic member ContextMenuClosingCommandParameterProperty
Public fieldStatic member ContextMenuClosingCommandProperty
Public fieldStatic member ContextMenuOpeningCommandParameterProperty
Public fieldStatic member ContextMenuOpeningCommandProperty
Public fieldStatic member LoadedCommandParameterProperty
Public fieldStatic member LoadedCommandProperty
Public fieldStatic member RequestBringIntoViewCommandParameterProperty
Public fieldStatic member RequestBringIntoViewCommandProperty
Public fieldStatic member SizeChangedCommandParameterProperty
Public fieldStatic member SizeChangedCommandProperty
Public fieldStatic member ToolTipClosingCommandParameterProperty
Public fieldStatic member ToolTipClosingCommandProperty
Public fieldStatic member ToolTipOpeningCommandParameterProperty
Public fieldStatic member ToolTipOpeningCommandProperty
Public fieldStatic member UnloadedCommandParameterProperty
Public fieldStatic member UnloadedCommandProperty

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