EditorEventArgs-Konstruktor
Die folgenden Ausführungen gelten für v2.
Initialisiert eine neue Instanz der EditorEventArgs-Klasse.
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
)
Parameter
editor
Typ: Microsoft.WebMatrix.Extensibility.Editor.IEditorDer Editor.