1 instantiation of PositionChangedEventArgs
Microsoft.Maui.Controls (1)
Items\CarouselView.cs (1)
245
var args = new
PositionChangedEventArgs
((int)oldValue, (int)newValue);
3 references to PositionChangedEventArgs
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (3)
221
public event EventHandler<
PositionChangedEventArgs
> PositionChanged;
233
protected virtual void OnPositionChanged(
PositionChangedEventArgs
args)
245
var
args = new PositionChangedEventArgs((int)oldValue, (int)newValue);