Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowInfo Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.


In This Topic
    OnPropertyChanged Method (PreviewRowInfo)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal args As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim args As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(args)
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs args
    )

    Parameters

    args
    The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.
    See Also