Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (C1TextEditableContentControl)
    In This Topic
    Called when the value of the Content property changes.
    Syntax
    'Declaration
     
    
    Protected Sub OnContentChanged( _
       ByVal oldContent As Object, _
       ByVal newContent As Object _
    ) 
    protected void OnContentChanged( 
       object oldContent,
       object newContent
    )

    Parameters

    oldContent
    newContent
    See Also