Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / OnIsReadOnlyChanged Method


In This Topic
    OnIsReadOnlyChanged Method (FlexGrid)
    In This Topic
    Called when the property IsReadOnly changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnIsReadOnlyChanged() 
    'Usage
     
    
    Dim instance As FlexGrid
     
    instance.OnIsReadOnlyChanged()
    protected override void OnIsReadOnlyChanged()
    See Also