DocumentListEventHandler デリゲートとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DocumentListEventHandler デリゲートの意味・解説 

DocumentListEventHandler デリゲート

DocumentList の DocumentActivated イベント、DeletingDocument イベント、または SelectedDirectoryChanged イベント処理するメソッド表します

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

Public Delegate Sub DocumentListEventHandler
 ( _
    sender As Object, _
    e As DocumentListEventArgs _
)
Dim instance As New DocumentListEventHandler(AddressOf
 HandlerMethod)
public delegate void DocumentListEventHandler
 (
    Object sender,
    DocumentListEventArgs e
)
public delegate void DocumentListEventHandler
 (
    Object^ sender, 
    DocumentListEventArgs^ e
)
/** @delegate */
public delegate void DocumentListEventHandler
 (
    Object sender, 
    DocumentListEventArgs e
)
JScript では、デリゲート使用できますが、新規に宣言することはできません。

パラメータ

sender

イベントソース

e
解説解説
使用例使用例

DeletingDocument イベントデリゲート設定するコード例次に示します。このコード例は、DocumentList クラストピック取り上げているコード例一部分です。

// Create an instance of the event handler delegate
// using a reference to the OnDocActivated method,
// which handles the DocumentActivated event.
// Add the delegate instance to the DocumentActivated event.
DocList.DocumentActivated +=
   new DocumentListEventHandler(this.OnDocActivated);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DocumentListEventHandler デリゲートのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DocumentListEventHandler デリゲートのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS