Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class ReOpenHiddenDocEvent

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.GearTrain.History
Assembly: VMDGearTrain.dll

The re-open hidden document event class

public class ReOpenHiddenDocEvent : HistoryEvent

Inheritance

object ← HistoryEvent ← ReOpenHiddenDocEvent

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(object, LinkPropertyType)

Constructors

ReOpenHiddenDocEvent(object)

Initializes a new instance of the class.

public ReOpenHiddenDocEvent(object obOriginal)

Parameters

obOriginal object

The original object.

Methods

AfterRedo(HistoryEventArgs)

Called after redo by HistoryManager.

protected override void AfterRedo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for call this method.

AfterUndo(HistoryEventArgs)

Called after undo by HistoryManager.

protected override void AfterUndo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for call this method.

Clear(bool)

Clear this event.

protected override void Clear(bool bReserveReferenceCount)

Parameters

bReserveReferenceCount bool

The event argument for clear.

ReOpenHiddenDocument(object)

Re-open hidden document.

public static void ReOpenHiddenDocument(object obj)

Parameters

obj object

The object.

Redo(HistoryEventArgs)

Redo this event.

protected override void Redo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for redo.

Undo(HistoryEventArgs)

Undo this event.

protected override void Undo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for undo.

Connect with Ansys