Gorgon
Show / Hide Table of Contents

Class ContentFileRenamedEventArgs

Event parameters for the Renamed event.

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

Constructors

| Edit this page View Source

ContentFileRenamedEventArgs(string, string)

Initializes a new instance of the ContentFileRenamedEventArgs class.

Declaration
public ContentFileRenamedEventArgs(string oldName, string newName)
Parameters
Type Name Description
string oldName

The old name.

string newName

The new name.

Properties

| Edit this page View Source

NewName

Property to return the new name of the node.

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

OldName

Property to return the old name of the node.

Declaration
public string OldName { 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