FileContextActionEndedEventArgs Class

Definition

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.

Applies to