AN EVENT HANDLER - 日本語 への翻訳

[æn i'vent 'hændlər]
[æn i'vent 'hændlər]
イベントハンドラを
イベントハンドラーを

英語 での An event handler の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
When an event is produced inside a block, the block is checked to see if an event handler for the given name exists.
あるブロック内でイベントが引き起こされたとき、指定した名前に対するイベントハンドラがそのブロックに存在しないかチェックされます。
Also, an event handler function won't work when there are bugs in your JavaScript code.
また、あなたのJavaScriptコードにバグがある場合もイベントハンドラー関数は機能しないでしょう。
Can I call jquery click() to follow an<a> link if I haven't bound an event handler to it with bind or click already?
バインドしてイベントハンドラをバインドしていない、または既にクリックしている場合、jqueryclick()を呼び出して<a>リンクに従うことはできますか?
or by attaching an event handler to the window. ondeviceproximity or window. onuserproximity properties.
を使用するか、イベントハンドラーをwindow.ondeviceproximityプロパティまたはwindow.onuserproximityプロパティに接続することにより、windowオブジェクトレベルで取得できます。
To write an uncontrolled component, instead of writing an event handler for every state update, you can use a ref to get form values from the DOM.
非制御コンポーネントを記述するには、各stateの更新に対してイベントハンドラを書く代わりに、refを使用してDOMからフォームの値を取得します。
In a Web Application project, attempting to create an event handler by double-clicking the event in the designer may fail when the page class contains one or more overloaded methods.
Webアプリケーションプロジェクトでは、デザイナー内のイベントをダブルクリックしてイベントハンドラーを作成しようとしていますがあります、ページクラスには、1つまたは複数のオーバーロードされたメソッドが含まれている場合。
We want to play music when the fruit connected to a pin pressed. So, we register an event handler that executes whenever pin 1 is pressed.
ピンに接続された果物を触ったときに、音楽が再生されるようにしたいので、まずピン1が押されるたびに実行されるイベントハンドラーを登録します。
Also, when the enable/disable condition of a port is changed, the LACP library sends an EventSlaveStateChanged event, therefore, create an event handler for this as well.
また、LACPライブラリはポートの有効/無効状態が変更されるとEventSlaveStateChangedイベントを送信しますので、こちらもイベントハンドラを作成しておきます。
The PermissionStatus interface of the Permissions API provides the state of an object and an event handler for monitoring changes to said state.
PermissionStatus-WebAPI|MDNPermissionsAPIのPermissionStatusインターフェイスは、オブジェクトの状態と、その状態への変更を監視するためのイベントハンドラを提供します。
Handler Element However, you may want to add an event handler to the entire contents, that is, all the elements defined in the content tag.
Handler要素しかしながら、コンテント全体、つまりcontentタグの中で定義されたすべての要素を対象にしたイベントハンドラを追加したい場合もあると思います。
Showing and hiding context menu items To have a menuitem you have added be shown or hidden based on the context, you can use an event handler that listens for the popupshowing event..
コンテキストメニューアイテムの表示非表示追加したメニューアイテムをコンテキストによって表示したり隠したりするには、popupshowingイベントをリッスンするイベントハンドラを使用します。
Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code and vice versa.
生成されたWorkerは、生成元が指定したイベントハンドラーへメッセージを送ることによりJavaScriptコードへメッセージを送ることができます(その逆も可能です)。
For example, the developer is able to obtain a function object registered as an event handler by the getCallback() in this object and to explicitly execute the callback function with the following code.
例えば、このオブジェクトのgetCallback()関数により、イベントハンドラとして登録されている関数オブジェクトを得ることができますので、以下のようにすることで、明示的にコールバック関数を実行することも可能です。
Finally, we will setup an event handler for the notification event, called only when the app receives a push notification while running in the foreground.
最後に、通知イベントのイベントハンドラーを設定します。このイベントハンドラーは、アプリがフォアグラウンドで実行中にプッシュ通知を受信した場合にのみ呼び出されます。
When an event handler ends without another event occurring, the default event is produced(unless were already handing the default event)..
他のイベントが起こることなくイベントハンドラが終了したとき、(すでにdefaultイベントを処理していたのでなければ)defaultイベントが引き起こされます。
Here is an example of how to provide an event handler for the SelectionChanged event in Firefox: SelectionChanged The SelectionChanged event is triggered each time the current selection in the view changes.
Firefox内のイベントのためにイベントハンドラーの提供の方法を説明するサンプルは以下のとおりです:SelectionChangedビュー内の現在の選択が変更される都度、SelectionChangedイベントはトリガーされます。
If you have an event handler such as onClick or onScroll and want to prevent the callback from being fired too quickly, then you can limit the rate at which callback is executed.
OnClickやonScrollのようなイベントハンドラがあって、それが高頻度で呼び出されるのを防ぎたい場合、コールバックが実行される頻度を制御するこができます。
Your Finished GUI should now look like the following screenshot: Making the Exit Button Work In order to give function to the buttons, we have to assign an event handler to each to respond to events..
完成したGUIは次のスクリーンショットのようになります。「Exit」ボタンの機能の追加ボタンに機能を追加するには、イベントに応答できるようにそれぞれにイベント・ハンドラを割り当てます。
Generally speaking, to be able to respond, each interactive GUI component needs to register to an event listener and needs to implement an event handler.
一般に、応答できるためには、対話型のGUIコンポーネントがイベント・リスナーに登録され、イベント・ハンドラを実装する必要があります。
Loading SPS, XSD, and XML files without user intervention If you wish to load the. sps,. xsd and. xml files without user intervention when loading the HTML page, it is the preferred method to write an event handler that handles the ControlInitialized event..
ユーザー仲介無しにSPS、XSD、とXMLファイルをロードする.sps,.xsdと.XMLファイルをユーザーの仲介なしにHTMLページをロード中に行う場合、ControlInitializedイベントを処理するイベントハンドラーを作成することが奨励されるメソッドです。
結果: 56, 時間: 0.035

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語