ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridContentFilter Class / OnContentChanged Method
The old value of the System.Windows.Controls.ContentControl.Content property.
The new value of the System.Windows.Controls.ContentControl.Content property.

In This Topic
    OnContentChanged Method (DataGridContentFilter)
    In This Topic
    Called when the value of the System.Windows.Controls.ContentControl.Content property changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnContentChanged( _
       ByVal oldContent As Object, _
       ByVal newContent As Object _
    ) 
    protected override void OnContentChanged( 
       object oldContent,
       object newContent
    )

    Parameters

    oldContent
    The old value of the System.Windows.Controls.ContentControl.Content property.
    newContent
    The new value of the System.Windows.Controls.ContentControl.Content property.
    See Also