Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / CheckListBehavior Class / OnPropertyChanged Method


In This Topic
    OnPropertyChanged Method (CheckListBehavior)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As CheckListBehavior
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also