C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
See Also