PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / AdvancedEditor Class / OnWindowCreated Method

In This Topic
    OnWindowCreated Method
    In This Topic
    Invoked after the System.Windows.Window instance was created.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnWindowCreated( _
       ByVal win As Window _
    ) 
    protected virtual void OnWindowCreated( 
       Window win
    )

    Parameters

    win
    See Also