Skip to main content
.NET Framework Class Library
ContentElementStylusButtonUp Event

Occurs when the stylus button is released while the pointer is over this element.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Syntax
Public Event StylusButtonUp As [%$TOPIC/ms596483_en-us_VS_110_1_0_0_0_0%]
public event [%$TOPIC/ms596483_en-us_VS_110_1_0_1_0_0%] StylusButtonUp
public:
virtual   event [%$TOPIC/ms596483_en-us_VS_110_1_0_2_0_0%]^ StylusButtonUp {
	void add ([%$TOPIC/ms596483_en-us_VS_110_1_0_2_0_1%]^ value);
	void remove ([%$TOPIC/ms596483_en-us_VS_110_1_0_2_0_2%]^ value);
}
abstract StylusButtonUp : IEvent<[%$TOPIC/ms596483_en-us_VS_110_1_0_3_0_0%],
    [%$TOPIC/ms596483_en-us_VS_110_1_0_3_0_1%]>
override StylusButtonUp : IEvent<[%$TOPIC/ms596483_en-us_VS_110_1_0_3_0_2%],
    [%$TOPIC/ms596483_en-us_VS_110_1_0_3_0_3%]>
<object StylusButtonUp="[%$TOPIC/ms596483_en-us_VS_110_1_0_4_0_0%]" .../>

Implements

IInputElementStylusButtonUp
Routed Event Information

Identifier field

StylusButtonUpEvent

Routing strategy

Bubbling

Delegate

StylusButtonEventHandler

Remarks

This event creates an alias for the StylusStylusButtonUp attached event for this class, so that StylusButtonUp is part of the class members list when ContentElement is inherited as a base element. Event handlers that are attached to the StylusButtonUp event are attached to the underlying StylusStylusButtonUp attached event and receive the same event data instance.

Touch, mouse, and stylus input exist in a particular relationship. For more information, see Input Overview.

Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.