Class vdLoadXrefEventArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Contains all the arguments of a vdLoadXref event.
public class vdLoadXrefEventArgs
- Inheritance
-
vdLoadXrefEventArgs
- Inherited Members
Properties
- Block
Returns the Block object (with _t type = vdConst.vdBlock_code) that reference this object.
- Cancel
When set to true, all the default functionality of the event is not executed.
- KeyFile
Returns a key that represents the single filename in lower case of External reference path
- OriginalPath
Returns the Original path as it is in Block ExternalReferencePath property.
- OriginalSingleFileName
Returns the Original single filename with extension as it is in Block ExternalReferencePath property with out path.
- UrlPath
Returns the External Reference file name.User can change it inside the vdLoadXref
- documentdata
Returns the document object that will load the file.