FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / HyperlinkButton Class / OnContentChanged Method

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