Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleRowFilter Class / OnNamedStyleChanged Method
Object that raises the event
Event arguments


In This Topic
    OnNamedStyleChanged Method
    In This Topic
    Occurs when the style has changed.
    Syntax
    'Declaration
     
    
    Public Sub OnNamedStyleChanged( _
       ByVal o As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As StyleRowFilter
    Dim o As Object
    Dim e As EventArgs
     
    instance.OnNamedStyleChanged(o, e)
    public void OnNamedStyleChanged( 
       object o,
       EventArgs e
    )

    Parameters

    o
    Object that raises the event
    e
    Event arguments
    See Also