ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
ChoosingItemContainerEventArgs
Class
Definition
Provides event data for the ListViewBase.ChoosingItemContainer event.
public : sealed class ChoosingItemContainerEventArgs : IChoosingItemContainerEventArgspublic sealed class ChoosingItemContainerEventArgs : IChoosingItemContainerEventArgsPublic NotInheritable Class ChoosingItemContainerEventArgs Implements IChoosingItemContainerEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
ChoosingItemContainerEventArgs() ChoosingItemContainerEventArgs() ChoosingItemContainerEventArgs() ChoosingItemContainerEventArgs()
Initializes a new instance of the ChoosingItemContainerEventArgs class.
public : ChoosingItemContainerEventArgs()public ChoosingItemContainerEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
IsContainerPrepared IsContainerPrepared IsContainerPrepared IsContainerPrepared
Gets or sets a value that indicates whether the container is ready for use.
public : PlatForm::Boolean IsContainerPrepared { get; set; }public bool IsContainerPrepared { get; set; }Public ReadWrite Property IsContainerPrepared As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if the container is ready for use; otherwise, false.
Item Item Item Item
Gets the data item associated with this ItemContainer.
public : PlatForm::Object Item { get; }public object Item { get; }Public ReadOnly Property Item As object// This API is not available in Javascript.
- Value
- PlatForm::Object object object object
The data item associated with this ItemContainer.
ItemContainer ItemContainer ItemContainer ItemContainer
Gets or sets the UI container that will be used to display the current data item.
public : SelectorItem ItemContainer { get; set; }public SelectorItem ItemContainer { get; set; }Public ReadWrite Property ItemContainer As SelectorItem// This API is not available in Javascript.
The UI container that will be used to display the current data item.
ItemIndex ItemIndex ItemIndex ItemIndex
Gets the index in the ItemsSource of the data item for which a container is being selected.
public : int ItemIndex { get; }public int ItemIndex { get; }Public ReadOnly Property ItemIndex As int// This API is not available in Javascript.
- Value
- int int int int
The index in the ItemsSource of the data item for which a container is being selected.