FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / NewSheet Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (NewSheet)
    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