RacingWheel.RacingWheelRemoved 이벤트

정의

레이싱 휠의 연결이 끊어지면 신호를 보냅니다.

// Register
static event_token RacingWheelRemoved(EventHandler<RacingWheel> const& handler) const;

// Revoke with event_token
static void RacingWheelRemoved(event_token const* cookie) const;

// Revoke with event_revoker
static RacingWheel::RacingWheelRemoved_revoker RacingWheelRemoved(auto_revoke_t, EventHandler<RacingWheel> const& handler) const;
public static event System.EventHandler<RacingWheel> RacingWheelRemoved;
function onRacingWheelRemoved(eventArgs) { /* Your code */ }
Windows.Gaming.Input.RacingWheel.addEventListener("racingwheelremoved", onRacingWheelRemoved);
Windows.Gaming.Input.RacingWheel.removeEventListener("racingwheelremoved", onRacingWheelRemoved);
- or -
Windows.Gaming.Input.RacingWheel.onracingwheelremoved = onRacingWheelRemoved;
Public Shared Custom Event RacingWheelRemoved As EventHandler(Of RacingWheel) 

이벤트 유형

적용 대상