Version

DataTreeSelectionEventArgs Class Members

The following tables list the members exposed by DataTreeSelectionEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataTreeSelectionEventArgs ConstructorInitializes a new instance of the DataTreeSelectionEventArgs class for the specified selected node and list of selected nodes.  
Public Properties
 NameDescription
Public PropertyNewSelectedNodesReturns the list with new selected DataTreeNode object associated with the event  
Public PropertyOldSelectedNodesReturns the list with old selected DataTreeNode object associated with the event  
See Also