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
- e
Type: Microsoft.SPOT.Input. . :: . .ButtonEventArgs
An object that provides data for the attached event.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.