Gorgon
Show / Hide Table of Contents

Class FolderRenameArgs

Event arguments for the FolderRenaming event.

Inheritance
object
EventArgs
CancelEventArgs
FolderRenameArgs
Inherited Members
CancelEventArgs.Cancel
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class FolderRenameArgs : CancelEventArgs

Properties

| Edit this page View Source

NewDirectoryPath

Property to return the path to the new name for the directory.

Declaration
public string NewDirectoryPath { get; }
Property Value
Type Description
string
| Edit this page View Source

NewName

Property to return the new name.

Declaration
public string NewName { get; }
Property Value
Type Description
string
| Edit this page View Source

OldDirectoryPath

Property to return the path to the directory being renamed.

Declaration
public string OldDirectoryPath { get; }
Property Value
Type Description
string
| Edit this page View Source

OldName

Property to return the old name.

Declaration
public string OldName { get; }
Property Value
Type Description
string
| Edit this page View Source

RenameHandled

Property to set or return whether this event has handled the renaming of the directory on our behalf.

Declaration
public bool RenameHandled { get; set; }
Property Value
Type Description
bool

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author