Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / PropertyBoxesLoaded Event

In This Topic
    PropertyBoxesLoaded Event (C1PropertyGrid)
    In This Topic
    Fired when the all the property boxes in C1PropertyGrid were loaded.
    Syntax
    'Declaration
     
    
    Public Event PropertyBoxesLoaded As EventHandler
    public event EventHandler PropertyBoxesLoaded
    See Also