Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class NameChangedEventArgs

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the event information that name changed from linked object.

public sealed class NameChangedEventArgs : LinkEventArgs

Inheritance

objectEventArgsLinkEventArgsNameChangedEventArgs

Inherited Members

LinkEventArgs.IsUpdating(object), LinkEventArgs.IsDestroying(object), LinkEventArgs.ExistUpdatingTarget(object), LinkEventArgs.ExistDestroyingTarget(object), LinkEventArgs.EntitiesForCircularReference, LinkEventArgs.PreviousEventNotifier, LinkEventArgs.InnerEventArgument, LinkEventArgs.Extra, LinkEventArgs.Document, LinkEventArgs.Reason

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

NameChangedEventArgs(string, LinkEventArgs, object)

Initializes a new instance of the class.

public NameChangedEventArgs(string strOldName, LinkEventArgs innerArgs, object obEventPrevious)

Parameters

strOldName string

The previous name information.

innerArgs LinkEventArgs

The inner event.

obEventPrevious object

The previous linked object.

NameChangedEventArgs(string)

Initializes a new instance of the class.

public NameChangedEventArgs(string strOldName)

Parameters

strOldName string

The previous name information.

Properties

OldName

Gets the previous name information.

public string OldName { get; }

Property Value

string

Connect with Ansys