OLEObjectEvents_GotFocusEventHandler 代理人

定義

イベントのイベント ハンドラーGotFocusを追加するために使用されるデリゲート型。 GotFocus イベントは、ActiveX コントロールが入力フォーカスを取得したときに発生します。

public delegate void OLEObjectEvents_GotFocusEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void OLEObjectEvents_GotFocusEventHandler();
Public Delegate Sub OLEObjectEvents_GotFocusEventHandler()
属性

適用対象