Share via


IMultipointMouseEvents.MultipointPreviewMouseUpEvent 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.MultipointPreviewMouseUpEvent, handler

Syntax

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

/** @event */
void remove_MultipointPreviewMouseUpEvent (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