'Declaration Event SelectedViewChanged As System.EventHandler(Of SelectedViewChangedEventArgs)
event System.EventHandler<SelectedViewChangedEventArgs> SelectedViewChanged
Event Data
The event handler receives an argument of type SelectedViewChangedEventArgs containing data related to this event. The following SelectedViewChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SelectedView | Gets or sets the bounds of selected view. |
Remarks
Raise this event if you need to show the selected item in the expanded gallery after the item is selected.
See Also