Click or drag to resize

GetNameMaxLengthEventArgs Class

Provides data for the GetNameMaxLength event of the ShellFolder type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreGetNameMaxLengthEventArgs

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

The GetNameMaxLengthEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the Shell Item instance
Public propertyMaxLength
Gets or sets the maximum length.
Public propertyName
Gets the name.
Top
See Also