Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class CloseHiddenDocumentEvent

Last update: 16.07.2025

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

The close hidden document event class

public class CloseHiddenDocumentEvent : HiddenDocumentEventBase

Inheritance

object ← HistoryEvent ← HiddenDocumentEventBaseCloseHiddenDocumentEvent

Inherited Members

HiddenDocumentEventBase.Clear(bool), HiddenDocumentEventBase.Open(), HiddenDocumentEventBase.Close(), 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

CloseHiddenDocumentEvent(object, string)

Initializes a new instance of the class.

public CloseHiddenDocumentEvent(object obOriginal, string strFilePath)

Parameters

obOriginal object

The original object.

strFilePath string

The file path.

Methods

CloseHiddenDocument(object, string)

Close hidden document.

public static void CloseHiddenDocument(object obj, string strFilePath)

Parameters

obj object

The object.

strFilePath string

The file path.

Redo(HistoryEventArgs)

Undo this event.

protected override void Redo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for undo.

Undo(HistoryEventArgs)

Undo this event.

protected override void Undo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

The event argument for undo.

Connect with Ansys