Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RaisePropertyChanged Method
Name of property to pass in SheetViewPropertyChangeEventArgs object


In This Topic
    RaisePropertyChanged Method (SheetView)
    In This Topic
    Raises the PropertyChanged event for this sheet.
    Syntax
    'Declaration
     
    
    Public Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim propertyName As String
     
    instance.RaisePropertyChanged(propertyName)
    public void RaisePropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of property to pass in SheetViewPropertyChangeEventArgs object
    See Also