ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1BrushBuilder Class / OnInitialized Method
The System.Windows.RoutedEventArgs that contains the event data.



In This Topic
    OnInitialized Method
    In This Topic
    Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to %[LangWord]true %internally.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInitialized( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1BrushBuilder
    Dim e As EventArgs
     
    instance.OnInitialized(e)
    protected override void OnInitialized( 
       EventArgs e
    )
    protected:
    void OnInitialized( 
       EventArgs^ e
    ) override 

    Parameters

    e
    The System.Windows.RoutedEventArgs that contains the event data.
    See Also