Click or drag to resize

SelectAndEditItemEventArgs Class

Provides data for the SelectAndEditItem event of the ShellFolder type.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class SelectAndEditItemEventArgs : HandledEventArgs

The SelectAndEditItemEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Gets the flags.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyItemIdList
Gets the PIDL of the Shell Item being selected.
Top
See Also