MiracastReceiverCursorImageChannel.PositionChanged Событие

Определение

Событие, которое возникает при изменении положения изображения курсора.

// Register
event_token PositionChanged(TypedEventHandler<MiracastReceiverCursorImageChannel, IInspectable const&> const& handler) const;

// Revoke with event_token
void PositionChanged(event_token const* cookie) const;

// Revoke with event_revoker
MiracastReceiverCursorImageChannel::PositionChanged_revoker PositionChanged(auto_revoke_t, TypedEventHandler<MiracastReceiverCursorImageChannel, IInspectable const&> const& handler) const;
public event TypedEventHandler<MiracastReceiverCursorImageChannel,object> PositionChanged;
function onPositionChanged(eventArgs) { /* Your code */ }
miracastReceiverCursorImageChannel.addEventListener("positionchanged", onPositionChanged);
miracastReceiverCursorImageChannel.removeEventListener("positionchanged", onPositionChanged);
- or -
miracastReceiverCursorImageChannel.onpositionchanged = onPositionChanged;
Public Custom Event PositionChanged As TypedEventHandler(Of MiracastReceiverCursorImageChannel, Object) 

Тип события

Комментарии

Используйте свойство Position для получения последней позиции изображения курсора.

Применяется к

См. также раздел