FileContextActionEndedEventArgs 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 end event of a IFileContextActionBase.
public class FileContextActionEndedEventArgs : EventArgs
type FileContextActionEndedEventArgs = class
inherit EventArgs
Public Class FileContextActionEndedEventArgs
Inherits EventArgs
- Inheritance
-
FileContextActionEndedEventArgs
Constructors
FileContextActionEndedEventArgs(String, IFileContextActionBase, IFileContextActionResult, Exception) |
Initializes a new instance of the FileContextActionEndedEventArgs class. |
Properties
Action |
Gets the IFileContextActionBase that just ended. |
Exception |
Gets the Exception thrown by the action, if any. |
FilePath |
Gets the path of the file associated with the action. |
Result |
Gets the IFileContextActionResult of the execution of the action, if any. |