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

Base class Event arguments which provide information for the UltraTree.BeforeDataNodesCollectionPopulated and UltraTree.AfterDataNodesCollectionPopulated events.

Object Model


Syntax

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

See Also