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


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