Click or drag to resize

FileFinishOperationsEventArgs Class

Provides data for the FinishOperations event of a FileOperation.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.Core.UtilitiesFileFinishOperationsEventArgs

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class FileFinishOperationsEventArgs : EventArgs

The FileFinishOperationsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyHResult
Gets the HRESULT value.
Top
See Also