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

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