Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MessageBoxNotify Class / OnPropertyChanged Method


In This Topic
    OnPropertyChanged Method (MessageBoxNotify)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As MessageBoxNotify
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also