Gorgon
Show / Hide Table of Contents

Class FolderDeleteArgs

Event arguments for the FolderDeleting event.

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

Properties

| Edit this page View Source

DeleteTask

Property to set or return an asynchronous task for deleting.

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

DeletionHandled

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

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

DirectoryPath

Property to return the path to the directory being deleted.

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

SuppressPrompt

Property to suppress the prompt to ask the user if they are sure they wish to delete.

Declaration
public bool SuppressPrompt { 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