Поделиться через


InkCollectorMouseMoveEventHandler - делегат

Обновлен: Ноябрь 2007

Represents the method that handles the MouseMove event of an InkCollector object.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Delegate Sub InkCollectorMouseMoveEventHandler ( _
    sender As Object, _
    e As CancelMouseEventArgs _
)
'Применение
Dim instance As New InkCollectorMouseMoveEventHandler(AddressOf HandlerMethod)
public delegate void InkCollectorMouseMoveEventHandler(
    Object sender,
    CancelMouseEventArgs e
)
public delegate void InkCollectorMouseMoveEventHandler(
    Object^ sender, 
    CancelMouseEventArgs^ e
)
/** @delegate */
public delegate void InkCollectorMouseMoveEventHandler(
    Object sender,
    CancelMouseEventArgs e
)
JScript не поддерживает делегаты.

Параметры

Заметки

When you create an InkCollectorMouseMoveEventHandler delegate, you identify the method that handles the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For performance reasons, the default event interest is off but is turned on automatically in managed code if you add an event handler.

ms573450.alert_note(ru-ru,VS.90).gifПримечание.

Some controls rely on a specific relationship between MouseDown, MouseMove, and MouseUp events. Cancelling these events may have unanticipated results.

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Microsoft.Ink - пространство имен

InkCollector.MouseDown

InkCollector.MouseUp

InkCollector.MouseWheel