Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / MeasureInvalidated Event


In This Topic
    MeasureInvalidated Event (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event MeasureInvalidated As EventHandler
    'Usage
     
    
    Dim instance As GridCellView
    Dim handler As EventHandler
     
    AddHandler instance.MeasureInvalidated, handler
    public event EventHandler MeasureInvalidated
    See Also