public event EventHandler<FocusEventArgs> Focused
'Declaration Public Event Focused As EventHandler(Of FocusEventArgs)
'Declaration
Public Event Focused As EventHandler(Of FocusEventArgs)
'Usage Dim instance As Circle Dim handler As EventHandler(Of FocusEventArgs) AddHandler instance.Focused, handler
'Usage
Dim instance As Circle Dim handler As EventHandler(Of FocusEventArgs) AddHandler instance.Focused, handler
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.
Circle Class Circle Members