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.
Provides data for the events for the editor.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WebMatrix.Extensibility.Editor.EditorEventArgs
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class EditorEventArgs _
Inherits EventArgs
'Usage
Dim instance As EditorEventArgs
public class EditorEventArgs : EventArgs
public ref class EditorEventArgs : public EventArgs
type EditorEventArgs =
class
inherit EventArgs
end
public class EditorEventArgs extends EventArgs
The EditorEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EditorEventArgs | Initializes a new instance of the EditorEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Editor | Gets or sets the editor. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.