SettingChangedEventHandler デリゲート

v2 に適用されます。

SettingChanged イベント ハンドラーを表します。

名前空間:  Microsoft.WebMatrix.Extensibility.Editor
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Public Delegate Sub SettingChangedEventHandler ( _
    sender As Object, _
    e As SettingChangedEventArgs _
)
'使用
Dim instance As New SettingChangedEventHandler(AddressOf HandlerMethod)
public delegate void SettingChangedEventHandler(
    Object sender,
    SettingChangedEventArgs e
)
public delegate void SettingChangedEventHandler(
    Object^ sender, 
    SettingChangedEventArgs^ e
)
type SettingChangedEventHandler = 
    delegate of  
        sender:Object * 
        e:SettingChangedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

パラメーター

関連項目

参照

Microsoft.WebMatrix.Extensibility.Editor 名前空間