Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRowCol Class / OnPropertyChanged Method
Name of the property.


In This Topic
    OnPropertyChanged Method (GridRowCol)
    In This Topic
    Called when a property changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As GridRowCol
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also