Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PropertyBridge Class / OnInitialized Method

In This Topic
    OnInitialized Method (PropertyBridge)
    In This Topic
    Synchronize the source and target properties after initializing.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnInitialized( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnInitialized( 
       EventArgs e
    )

    Parameters

    e
    See Also