Enum UserDataOperation
An integer indicating the type of operation being performed on a node.
The enum base type is
						ushort
.
					
Enum members
| Name | Description | 
|---|---|
									nodeAdopted
								 | 
								The node is adopted, using Document.
 | 
							
									nodeCloned
								 | 
								The node is cloned, using Node.
 | 
							
									nodeDeleted
								 | 
								The node is deleted.
NoteThis may not be supported or may not be reliable in certain environments, where the implementation has no real control over when objects are actually deleted.  | 
							
									nodeImported
								 | 
								The node is imported, using Document.
 | 
							
									nodeRenamed
								 | 
								The node is renamed, using Document.
 | 
							
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --