Discuss this help topic in SecureBlackbox Forum
This event is fired while the Save method is executed.
Declaration
Parameters
- Element - the XML Element being fomatted
- Level - nesting level of the current XML element
- Path - path to the current XML element
- StartTagWhitespace - string which specifies whitespace at the beginning of the current tag
- EndTagWhitespace - string which specifies whitespace before current closing tag
- pcPath - path to the current XML element
- szPath - the length of pcPath.
- pcStartTagWhitespace - string which specifies whitespace at the beginning of the current tag
- szStartTagWhitespace - the length of pcStartTagWhitespace.
- pcEndTagWhitespace - string which specifies whitespace before current closing tag
- szEndTagWhitespace - the length of pcEndTagWhitespace.
Description
This event is fired while the
Save method is executed.
It shows which XML element is currently being processed.
Discuss this help topic in SecureBlackbox Forum