Gorgon
Show / Hide Table of Contents

Class SelectedFilesChangedEventArgs

The event parameters for the SelectedFilesChanged event.

Inheritance
object
SelectedFilesChangedEventArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Editor.Content
Assembly: Gorgon.Editor.API.dll
Syntax
public class SelectedFilesChangedEventArgs

Properties

| Edit this page View Source

SelectedCount

Property to return the number of selected files.

Declaration
public int SelectedCount { get; }
Property Value
Type Description
int

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