Class NameChangedEventArgs
Last update: 16.07.2025Namespace: 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
object ← EventArgs ← LinkEventArgs ← NameChangedEventArgs
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
Constructors
NameChangedEventArgs(string, LinkEventArgs, object)
Initializes a new instance of the
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
public NameChangedEventArgs(string strOldName)
Parameters
strOldName string
The previous name information.
Properties
OldName
Gets the previous name information.
public string OldName { get; }