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.
Represents information associated with file events.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WebMatrix.Extensibility.Editor.FileEventArgs
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class FileEventArgs _
Inherits EventArgs
'Usage
Dim instance As FileEventArgs
public class FileEventArgs : EventArgs
public ref class FileEventArgs : public EventArgs
type FileEventArgs =
class
inherit EventArgs
end
public class FileEventArgs extends EventArgs
The FileEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FileEventArgs | Initializes a new instance of the FileEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsLocal | Get or sets whether the file is a local file. |
![]() |
Path | Gets or sets the ___location of the file. |
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.