Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarTabItem Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (C1ToolbarTabItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnContentChanged( _
       ByVal oldContent As Object, _
       ByVal newContent As Object _
    ) 
    protected virtual void OnContentChanged( 
       object oldContent,
       object newContent
    )

    Parameters

    oldContent
    newContent
    See Also