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