IUITableViewDropPlaceholderContext Interface    
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.
Contains manages table view placeholder information.
[Foundation.Protocol(Name="UITableViewDropPlaceholderContext", WrapperType=typeof(UIKit.UITableViewDropPlaceholderContextWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITableViewDropPlaceholderContext : IDisposable, UIKit.IUIDragAnimating
	type IUITableViewDropPlaceholderContext = interface
    interface INativeObject
    interface IDisposable
    interface IUIDragAnimating
	- Attributes
 
- Implements
 
Properties
| DragItem | 
		 Gets the drag item that is represented by the placeholder.  | 
        	
| Handle | 
		 Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) | 
        	
Methods
| AddAnimations(Action) | 
		 Adds the specified animation action. (Inherited from IUIDragAnimating) | 
        	
| AddCompletion(Action<UIViewAnimatingPosition>) | 
		 Adds the specified   | 
        	
| CommitInsertion(Action<NSIndexPath>) | 
		 Replaces the placeholder cell with dropped content.  | 
        	
| DeletePlaceholder() | 
		 Removes the placeholder from the view.  |