Version

BeforePasteEventArgs Class Members

The following tables list the members exposed by BeforePasteEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforePasteEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyIndexThe index where the pasted nodes will be inserted.  
Public PropertyNodesThe collection of nodes that to be operated on. (read-only) (Inherited from Infragistics.Win.UltraWinTree.CancelableNodesEventArgs)
Public PropertyParentNodeThe new parent of the Nodes to be pasted.  
See Also