Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / LayoutChanged Event


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