Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Line Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.


In This Topic
    OnPropertyChanged Method (Line)
    In This Topic
    Called when the Line object is changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As Line
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(e)
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.
    See Also