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 命名空间