Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Occurs when ReadOnly property is changing.
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.