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

In This Topic
    OnContentStringFormatChanged Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContentStringFormatChanged( _
       ByVal oldContentStringFormat As String, _
       ByVal newContentStringFormat As String _
    ) 
    protected virtual void OnContentStringFormatChanged( 
       string oldContentStringFormat,
       string newContentStringFormat
    )

    Parameters

    oldContentStringFormat
    newContentStringFormat
    See Also