CarouselView.FormsPlugin.Abstractions.CarouselViewControl.RemovePage C# (CSharp) Method

RemovePage() public method

public RemovePage ( int position ) : System.Threading.Tasks.Task
position int
return System.Threading.Tasks.Task
		public async Task RemovePage(int position){
			if(RemoveAction != null)
				RemoveAction (position);
		}