Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexPie Class / TranslateCustomViews Event


In This Topic
    TranslateCustomViews Event
    In This Topic
    Translate custom views for user.
    Syntax
    'Declaration
     
    
    Public Event TranslateCustomViews As EventHandler(Of EventArgs)
    'Usage
     
    
    Dim instance As FlexPie
    Dim handler As EventHandler(Of EventArgs)
     
    AddHandler instance.TranslateCustomViews, handler
    public event EventHandler<EventArgs> TranslateCustomViews
    See Also