Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.HeaderClicked Event

The left mouse button is pressed on the header.

Syntax

VB.NETPrivate Sub object_HeaderClicked(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.HeaderClicked
VBPrivate Sub object_HeaderClicked(ByVal ColumnContents As SftDirectoryContentsConstants)
C#.NETvoid object_HeaderClicked(object sender, EventArgumentType e);
VC++void OnHeaderClickedobject(enum SftDirectoryContentsConstants ColumnContents);
CHRESULT OnHeaderClickedobject(enum SftDirectoryContentsConstants ColumnContents);

object

A SftDirectory object.

ColumnContents

Describes the column whose header was clicked.

ColumnContentsValueDescription
contentsSftDirectoryName0Name - The folder name.
contentsSftDirectorySize1Size - The folder size.
contentsSftDirectoryType2Type - The folder type.
contentsSftDirectoryDateMod3Date Modified - The folder's last modification date.
contentsSftDirectoryDateCre4Date Created - The folder's creation date.
contentsSftDirectoryDateAcc5Date Accessed - The folder's last access date.
contentsSftDirectoryAttributes6Attributes - The folder's attributes, if available.
contentsSftDirectoryUser1 - contentsSftDirectoryUser951 - 59User defined 1 - 9.

Comments

The HeaderClicked event occurs when the left mouse button is pressed on the header.

If the Headers.Sortable property is set to True, column sorting also takes place when this event occurs.

See Also SftDirectory Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.