IFileTableService.EditorOpened イベント
v2 に適用されます。
エディターを開くと発生します。
名前空間: Microsoft.WebMatrix.Extensibility.Editor
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Event EditorOpened As EventHandler(Of EditorEventArgs)
'使用
Dim instance As IFileTableService
Dim handler As EventHandler(Of EditorEventArgs)
AddHandler instance.EditorOpened, handler
event EventHandler<EditorEventArgs> EditorOpened
event EventHandler<EditorEventArgs^>^ EditorOpened {
void add (EventHandler<EditorEventArgs^>^ value);
void remove (EventHandler<EditorEventArgs^>^ value);
}
abstract EditorOpened : IEvent<EventHandler<EditorEventArgs>,
EditorEventArgs>
JScript supports the use of events, but not the declaration of new ones.