Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class DocumentEventArgs

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the event argument for document.

public class DocumentEventArgs : EventArgs

Inheritance

objectEventArgsDocumentEventArgs

Extension Methods

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

Constructors

DocumentEventArgs(string)

Initializes a new instance of the class

public DocumentEventArgs(string strUpdateInfoXml)

Parameters

strUpdateInfoXml string

The document update information.

Properties

InformationXml

Gets the document update information.

public string InformationXml { get; }

Property Value

string

Connect with Ansys