ICompositeView.OnItemsCut(List<ModelItem>) 메서드

정의

지정한 항목의 잘라내기를 완료하기 위해 잘라내기 작업이 시작된 후 호출됩니다.

public:
 System::Object ^ OnItemsCut(System::Collections::Generic::List<System::Activities::Presentation::Model::ModelItem ^> ^ itemsToCut);
public object OnItemsCut (System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> itemsToCut);
abstract member OnItemsCut : System.Collections.Generic.List<System.Activities.Presentation.Model.ModelItem> -> obj
Public Function OnItemsCut (itemsToCut As List(Of ModelItem)) As Object

매개 변수

itemsToCut
List<ModelItem>

잘라낼 항목입니다.

반환

지정한 항목에서 복제된 항목입니다.

적용 대상