Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / LayoutChange Event


In This Topic
    LayoutChange Event (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event LayoutChange As EventHandler(Of View.LayoutChangeEventArgs)
    'Usage
     
    
    Dim instance As C1Gauge
    Dim handler As EventHandler(Of View.LayoutChangeEventArgs)
     
    AddHandler instance.LayoutChange, handler
    public event EventHandler<View.LayoutChangeEventArgs> LayoutChange
    See Also