Gorgon
Show / Hide Table of Contents

Class ContentFileEntriesFocusedArgs

Event arguments for the FileEntriesFocused event.

Inheritance
object
EventArgs
ContentFileEntriesFocusedArgs
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.Editor.UI.Controls
Assembly: Gorgon.Editor.API.dll
Syntax
public class ContentFileEntriesFocusedArgs : EventArgs

Constructors

| Edit this page View Source

ContentFileEntriesFocusedArgs(IReadOnlyList<ContentFileExplorerFileEntry>)

Initializes a new instance of the ContentFileEntriesFocusedArgs class.

Declaration
public ContentFileEntriesFocusedArgs(IReadOnlyList<ContentFileExplorerFileEntry> focusedFiles)
Parameters
Type Name Description
IReadOnlyList<ContentFileExplorerFileEntry> focusedFiles

The focused files.

Properties

| Edit this page View Source

FocusedFiles

Property to return the files that were focused in the file selector.

Declaration
public IReadOnlyList<ContentFileExplorerFileEntry> FocusedFiles { get; }
Property Value
Type Description
IReadOnlyList<ContentFileExplorerFileEntry>

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