--- title: Document.onselectionchange slug: Web/API/GlobalEventHandlers/onselectionchange tags: - API - Document - Experimental - Reference - イベントハンドラー - プロパティ translation_of: Web/API/GlobalEventHandlers/onselectionchange translation_of_original: Web/API/Document/onselectionchange original_slug: Web/API/Document/onselectionchange ---
{{ApiRef('DOM')}}{{SeeCompatTable}}

Document.onselectionchange プロパティは、 {{event("selectionchange")}} イベントがこのオブジェクトに到達したときに呼び出されるイベントハンドラーを表します。

構文

obj.onselectionchange = function;

document.onselectionchange = function() { console.log("Selection changed!"); };

仕様書

仕様書 状態 備考
{{SpecName('Selection API','','Document.onselectionchange')}} {{Spec2('Selection API')}} 初回定義

ブラウザーの対応

{{Compat("api.Document.onselectionchange")}}

関連情報