--- 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 ---
Document.onselectionchange
プロパティは、 {{event("selectionchange")}} イベントがこのオブジェクトに到達したときに呼び出されるイベントハンドラーを表します。
obj.onselectionchange = function;
()
や引数を付けない形、または無名関数の宣言です。document.onselectionchange = function() { console.log("Selection changed!"); };
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName('Selection API','','Document.onselectionchange')}} | {{Spec2('Selection API')}} | 初回定義 |
このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 https://github.com/mdn/browser-compat-data をチェックアウトしてプルリクエストを送信してください。
{{Compat("api.Document.onselectionchange")}}