HdmiDisplayInformation.DisplayModesChanged Event

Definition

Event raised when the display mode changes.

// Register
event_token DisplayModesChanged(TypedEventHandler<HdmiDisplayInformation, IInspectable const&> const& handler) const;

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

// Revoke with event_revoker
HdmiDisplayInformation::DisplayModesChanged_revoker DisplayModesChanged(auto_revoke_t, TypedEventHandler<HdmiDisplayInformation, IInspectable const&> const& handler) const;
public event TypedEventHandler<HdmiDisplayInformation,object> DisplayModesChanged;
function onDisplayModesChanged(eventArgs) { /* Your code */ }
hdmiDisplayInformation.addEventListener("displaymodeschanged", onDisplayModesChanged);
hdmiDisplayInformation.removeEventListener("displaymodeschanged", onDisplayModesChanged);
- or -
hdmiDisplayInformation.ondisplaymodeschanged = onDisplayModesChanged;
Public Custom Event DisplayModesChanged As TypedEventHandler(Of HdmiDisplayInformation, Object) 

Event Type

Applies to