Share via


EditorEventArgs 建構函式

適用於版本2

初始化 EditorEventArgs 類別的新執行個體。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Public Sub New ( _
    editor As IEditor _
)
'用途
Dim editor As IEditor 

Dim instance As New EditorEventArgs(editor)
public EditorEventArgs(
    IEditor editor
)
public:
EditorEventArgs(
    IEditor^ editor
)
new : 
        editor:IEditor -> EditorEventArgs
public function EditorEventArgs(
    editor : IEditor
)

參數

請參閱

參考

EditorEventArgs 類別

Microsoft.WebMatrix.Extensibility.Editor 命名空間