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>

切り取る項目。

戻り値

指定の項目から複製された項目。

適用対象