OnButtonUp Method

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

Adds class handling for an unhandled ButtonUpEvent attached event when that event reaches, by way of its route, an element that is derived from the UIElement class.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Overridable Sub OnButtonUp ( _
    e As ButtonEventArgs _
)
protected virtual void OnButtonUp(
    ButtonEventArgs e
)
protected:
virtual void OnButtonUp(
    ButtonEventArgs^ e
)
abstract OnButtonUp : 
        e:ButtonEventArgs -> unit 
override OnButtonUp : 
        e:ButtonEventArgs -> unit 
protected function OnButtonUp(
    e : ButtonEventArgs
)

Parameters

Remarks

This method has no default implementation. Because an intermediate class in the inheritance might implement this method, you should call the base implementation in your own implementation.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace