Freigeben über


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

Siehe auch

Verweis

EditorEventArgs Klasse

Microsoft.WebMatrix.Extensibility.Editor-Namespace