FileContextActionStartingEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the start event of a IFileContextActionBase.
public class FileContextActionStartingEventArgs : EventArgs
type FileContextActionStartingEventArgs = class
inherit EventArgs
Public Class FileContextActionStartingEventArgs
Inherits EventArgs
- Inheritance
-
FileContextActionStartingEventArgs
Constructors
FileContextActionStartingEventArgs(String, IFileContextActionBase) |
Initializes a new instance of the FileContextActionStartingEventArgs class. |
Properties
Action |
Gets the IFileContextActionBase that just started. |
FilePath |
Gets the path of the file associated with the action. |