DragItemsStartingEventArgs.Cancel 속성

정의

항목 끌기 작업을 취소해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = dragItemsStartingEventArgs.cancel;
dragItemsStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

속성 값

Boolean

bool

True 이면 항목 끌기 작업을 취소합니다. 그렇지 않으면 false입니다.

설명

항목 끌기 작업을 취소하려면 처리기에서 이 속성을 true 로 설정합니다.

적용 대상