Freigeben über


IEditor.ReadOnlyChanging-Ereignis

Die folgenden Ausführungen gelten für v2.

Tritt auf, wenn sich die Eigenschaft ReadOnly ändert.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event ReadOnlyChanging As EventHandler(Of CancelEventArgs)
'Usage
Dim instance As IEditor 
Dim handler As EventHandler(Of CancelEventArgs)

AddHandler instance.ReadOnlyChanging, handler
event EventHandler<CancelEventArgs> ReadOnlyChanging
event EventHandler<CancelEventArgs^>^ ReadOnlyChanging {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
abstract ReadOnlyChanging : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Siehe auch

Verweis

IEditor Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace