Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class DependentDocEventArgs

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the event argument for dependent document.

public sealed class DependentDocEventArgs : EventArgs

Inheritance

objectEventArgsDependentDocEventArgs

Extension Methods

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

Constructors

DependentDocEventArgs(Document)

Initializes a new instance of the class

public DependentDocEventArgs(Document docDependent)

Parameters

docDependent Document

The dependent document.

Properties

DependentDocument

Gets the dependent document.

public Document DependentDocument { get; }

Property Value

Document

Connect with Ansys