ComponentOne Xamarin Edition
ItemLoading Event
C1.Xamarin.Forms.Input Assembly > C1.Xamarin.Forms.Input Namespace > C1ComboBox Class : ItemLoading Event
Event raised before an item view is created.
Syntax
Event Data

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

PropertyDescription
Gets the items that is being loaded.  
Gets or sets the visual element corresponding to the loading item.  
See Also