UIElementEvents.GetPreviewStylusSystemGestureCommand Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetPreviewStylusSystemGestureCommand ( _
obj As DependencyObject _
) As ICommand
public static ICommand GetPreviewStylusSystemGestureCommand(
DependencyObject obj
)
public:
static ICommand^ GetPreviewStylusSystemGestureCommand(
DependencyObject^ obj
)
static member GetPreviewStylusSystemGestureCommand :
obj:DependencyObject -> ICommand
public static function GetPreviewStylusSystemGestureCommand(
obj : DependencyObject
) : ICommand
Parameters
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.Windows.Input.ICommand
Returns ICommand.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.