Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / IBehavior Interface / OnDetach Method


In This Topic
    OnDetach Method
    In This Topic
    Called after the behavior is detached to an associated chart.
    Syntax
    'Declaration
     
    
    Sub OnDetach() 
    'Usage
     
    
    Dim instance As IBehavior
     
    instance.OnDetach()
    void OnDetach()
    See Also