Click or drag to resize

ShellContextLastFileDialogEventArgs Property

Gets the last file dialog event arguments. Will be null if the code is not running in a Common File Dialog context.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public FileDialogEventArgs LastFileDialogEventArgs { get; }

Property Value

Type: FileDialogEventArgs
The last file dialog event arguments.
See Also