SettingChangedEventHandler 대리자
버전 2에 적용
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.
매개 변수
- sender
유형: System.Object