Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnStyleModelChanged Method
Source of the event
SheetStyleModelEventArgs object that contains the event data


In This Topic
    OnStyleModelChanged Method (SheetView)
    In This Topic
    Occurs when the style model is changed.
    Syntax
    'Declaration
     
    
    Protected Sub OnStyleModelChanged( _
       ByVal sender As Object, _
       ByVal e As SheetStyleModelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim sender As Object
    Dim e As SheetStyleModelEventArgs
     
    instance.OnStyleModelChanged(sender, e)
    protected void OnStyleModelChanged( 
       object sender,
       SheetStyleModelEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    SheetStyleModelEventArgs object that contains the event data
    See Also