SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
A file/folder is being renamed.
VB.NET | Private Sub object_Renaming(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.Renaming |
VB | Private Sub object_Renaming(Folder As SftDirectoryFolder, Allow As Boolean) |
C#.NET | void object_Renaming(object sender, EventArgumentType e); |
VC++ | void OnRenamingobject(ISftDirectoryFolder** Folder, VARIANT_BOOL* Allow); |
C | HRESULT OnRenamingobject(ISftDirectoryFolder** Folder, VARIANT_BOOL* Allow); |
object
Folder
Describes the file/folder being renamed.
Allow
On return, determines the action to be taken.
Allow | Description |
---|---|
True | The file/folder can be renamed. |
False | The file/folder cannot be renamed. |
The Renaming event occurs when a file/folder is being renamed.
Depending on the RenameStyle property, a file/folder can be renamed by using the context menu (see ShowContextMenu property) or by clicking on the file/folder name to edit its name in-place. In either case, if the user initiates renaming a file, before the edit control is displayed for editing, the Renaming event occurs. Once the file/folder has been renamed successfully, the Renamed event occurs.
See Also SftDirectory Object | Object Hierarchy