Gorgon
Show / Hide Table of Contents

Class FolderSelectedArgs

Arguments for the FolderEntered and FolderSelected events.

Inheritance
object
EventArgs
FolderSelectedArgs
Inherited Members
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 FolderSelectedArgs : EventArgs

Constructors

| Edit this page View Source

FolderSelectedArgs(string)

Initializes a new instance of the FolderSelectedArgs class.

Declaration
public FolderSelectedArgs(string folder)
Parameters
Type Name Description
string folder

The folder that was selected.

See Also
GorgonFolderBrowser

Properties

| Edit this page View Source

FolderPath

Property to return the path to the folder.

Declaration
public string FolderPath { get; }
Property Value
Type Description
string
Remarks

If this value is empty, then the selector is at the drive selection area.

See Also
GorgonFolderBrowser

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)

See Also

GorgonFolderBrowser
  • 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