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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public FileDialogEventArgs LastFileDialogEventArgs { get; }

Property Value

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