SelectedPositionChangedEventArgs(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SelectedPositionChangedEventArgs with the specified new selectecPosition
.
public SelectedPositionChangedEventArgs (int selectedPosition);
new Xamarin.Forms.SelectedPositionChangedEventArgs : int -> Xamarin.Forms.SelectedPositionChangedEventArgs
Parameters
- selectedPosition
- System.Int32
The newly selected position.