EditorEventArgs Constructor
Applies to v2.
Initializes a new instance of the EditorEventArgs class.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
editor As IEditor _
)
'Usage
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
)
Parameters
editor
Type: Microsoft.WebMatrix.Extensibility.Editor.IEditorThe editor.