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

Syntax

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

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