ComponentOne Xamarin Edition
Completed Event (C1MaskedEntry)
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > C1MaskedEntry Class : Completed Event
Occurs when the user finalizes the text in an entry with the return key.
Syntax
public new event EventHandler<CompletedEventArgs> Completed
Event Data

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

PropertyDescription
Gets the value.  
See Also