Gorgon
Show / Hide Table of Contents

Class FolderAddArgs

Event arguments for the FolderAdding event.

Inheritance
object
EventArgs
CancelEventArgs
FolderAddArgs
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 FolderAddArgs : CancelEventArgs

Properties

| Edit this page View Source

CreationHandled

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

Declaration
public bool CreationHandled { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

DirectoryName

Property to return the name of the directory.

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

DirectoryPath

Property to return the path to the directory being created.

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

ParentPath

Property to return the path to the parent directory.

Declaration
public string ParentPath { get; }
Property Value
Type Description
string

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