다음을 통해 공유


UITextDragDelegate.DragSessionWillBegin 메서드

정의

끌기 세션이 시작되기 직전에 호출되는 메서드입니다.

[Foundation.Export("textDraggableView:dragSessionWillBegin:")]
public virtual void DragSessionWillBegin (UIKit.IUITextDraggable textDraggableView, UIKit.IUIDragSession session);
abstract member DragSessionWillBegin : UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit
override this.DragSessionWillBegin : UIKit.IUITextDraggable * UIKit.IUIDragSession -> unit

매개 변수

textDraggableView
IUITextDraggable

난교 보기입니다.

session
IUIDragSession

시작할 끌기 세션입니다.

특성

적용 대상