IMultipointMouseEvents.MultipointMouseUpEvent Event

Namespace: Microsoft.Multipoint.Sdk
Assembly: Microsoft.Multipoint.Sdk (in microsoft.multipoint.sdk.dll)

Usage

    Dim instance As IMultipointMouseEvents
Dim handler As RoutedEventHandler

AddHandler instance.MultipointMouseUpEvent, handler

Syntax

'Declaration
Event MultipointMouseUpEvent As RoutedEventHandler
event RoutedEventHandler MultipointMouseUpEvent
event RoutedEventHandler^ MultipointMouseUpEvent {
    void add (RoutedEventHandler^ value);
    void remove (RoutedEventHandler^ value);
}
/** @event */
void add_MultipointMouseUpEvent (RoutedEventHandler value)

/** @event */
void remove_MultipointMouseUpEvent (RoutedEventHandler value)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

IMultipointMouseEvents Interface
IMultipointMouseEvents Members
Microsoft.Multipoint.Sdk Namespace