Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / AdvancedEditor Class / OnWindowCreated Method

In This Topic
    OnWindowCreated Method (AdvancedEditor)
    In This Topic
    Invoked after the C1.WPF.C1Window instance was created.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnWindowCreated( _
       ByVal win As C1.WPF.C1Window _
    ) 
    protected virtual void OnWindowCreated( 
       C1.WPF.C1Window win
    )

    Parameters

    win
    See Also