C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / Unfocused Event


Unfocused Event (C1PolygonIcon)
Syntax
'Declaration
 
Public Event Unfocused As EventHandler(Of FocusEventArgs)
 
'Usage
 
Dim instance As C1PolygonIcon
Dim handler As EventHandler(Of FocusEventArgs)
 
AddHandler instance.Unfocused, handler
Event Data

The event handler receives an argument of type Xamarin.Forms.FocusEventArgs containing data related to this event. The following FocusEventArgs properties provide information specific to this event.

PropertyDescription
 
 
See Also