Share via


FileContextActionStartingEventArgs Class

Definition

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.

Applies to