Class AddToDocEventArgs
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the event information that add to document from linked object.
public sealed class AddToDocEventArgs : EventArgs
Inheritance
object ← EventArgs ← AddToDocEventArgs
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AddToDocEventArgs(Document, bool, bool)
Initializes a new instance of the
public AddToDocEventArgs(Document doc, bool bBackup, bool bLoading)
Parameters
doc Document
The document.
bBackup bool
The backup flag.
bLoading bool
The loading flag.
Properties
Document
Gets the document.
public Document Document { get; }
Property Value
IsBackup
Gets the backup flag.
public bool IsBackup { get; }
Property Value
IsLoading
Gets the loading flag.
public bool IsLoading { get; }