Class ObjectBaseNameModifiedEvent
Last update: 16.07.2025Namespace: VM.Managed.History
Assembly: VMAppCore.dll
public class ObjectBaseNameModifiedEvent : HistoryEvent
Inheritance
object ← HistoryEvent ← ObjectBaseNameModifiedEvent
Inherited Members
HistoryEvent.ClearEvent(bool), HistoryEvent.Undo(HistoryEventArgs), HistoryEvent.Redo(HistoryEventArgs), HistoryEvent.Clear(bool), HistoryEvent.BeforeUndo(HistoryEventArgs), HistoryEvent.AfterUndo(HistoryEventArgs), HistoryEvent.BeforeRedo(HistoryEventArgs), HistoryEvent.AfterRedo(HistoryEventArgs), HistoryEvent.BeforeAdded(AddToHistoryManagerEventArgs), HistoryEvent.AfterAdded(HistoryEventArgs), HistoryEvent.IsValid
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ObjectBaseNameModifiedEvent(object, string, string)
public ObjectBaseNameModifiedEvent(object obOriginal, string strName1, string strName2)
Parameters
obOriginal object
strName1 string
strName2 string
Methods
AfterRedo(HistoryEventArgs)
protected override void AfterRedo(HistoryEventArgs args)
Parameters
args HistoryEventArgs
AfterUndo(HistoryEventArgs)
protected override void AfterUndo(HistoryEventArgs args)
Parameters
args HistoryEventArgs
Clear(bool)
protected override void Clear(bool bReserveReferenceCount)
Parameters
bReserveReferenceCount bool
ObjectBaseNameModified(object, string, string)
public static void ObjectBaseNameModified(object @object, string strOld, string strNew)
Parameters
object object
strOld string
strNew string
Redo(HistoryEventArgs)
protected override void Redo(HistoryEventArgs args)
Parameters
args HistoryEventArgs
Undo(HistoryEventArgs)
protected override void Undo(HistoryEventArgs args)
Parameters
args HistoryEventArgs