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

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

Object Model


Syntax

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

See Also