Infragistics2.Win.UltraWinTree.v8.1
BeforeDataNodesCollectionPopulatedEventArgs Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : BeforeDataNodesCollectionPopulatedEventArgs Class

Event arguments which provide information for the UltraTree.BeforeDataNodesCollectionPopulated event.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class BeforeDataNodesCollectionPopulatedEventArgs 
   Inherits DataNodesCollectionPopulatedEventArgs
C# 
public class BeforeDataNodesCollectionPopulatedEventArgs : DataNodesCollectionPopulatedEventArgs 

See Also