IEditor.GotFocus 이벤트
버전 2에 적용
포커스가 편집기로 변경되었을 때 발생합니다. 편집기가 제거되면 추가 이벤트가 발생하지 않습니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Event GotFocus As EventHandler
‘사용 방법
Dim instance As IEditor
Dim handler As EventHandler
AddHandler instance.GotFocus, handler
event EventHandler GotFocus
event EventHandler^ GotFocus {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract GotFocus : IEvent<EventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.