Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Disposed Event


In This Topic
    Disposed Event (C1Gauge)
    In This Topic
    Occurs when the object is disposed.
    Syntax
    'Declaration
     
    
    Public Event Disposed As EventHandler
    'Usage
     
    
    Dim instance As C1Gauge
    Dim handler As EventHandler
     
    AddHandler instance.Disposed, handler
    public event EventHandler Disposed
    See Also