Click or drag to resize
FileEvent Class
An event describing a change to a file.
Inheritance Hierarchy
SystemObject
  VSCode.EditorFileEvent

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class FileEvent

The FileEvent type exposes the following members.

Constructors
  NameDescription
Public methodFileEvent
Initializes a new instance of the FileEvent class
Top
Properties
  NameDescription
Public propertyType
The type of event/change made.
Public propertyUri
The URI of the changed file.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also