IndexBuffer.Disposing イベント
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Event Disposing As EventHandler
public event EventHandler Disposing
public: event EventHandler^ Disposing { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_Disposing (EventHandler value) /** @event */ public void remove_Disposing (EventHandler value)

Visual C# アプリケーションで Disposing イベントを待機するイベント ハンドラを追加するには、次の C# コードを使用します。
[C#]
// This example assumes OnDisposing // has been defined as the event handler. obj.Disposing += new System.EventHandler(this.OnDisposing);
Visual Basic では、イベント ハンドラに Handles キーワードを使用します。


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIndexBuffer.Disposing イベントを検索する場合は、下記のリンクをクリックしてください。

- IndexBuffer.Disposing イベントのページへのリンク