次の方法で共有


WorkflowViewService.ViewCreated イベント

定義

ワークフロー ビューが作成されると発生します。

public:
 event EventHandler<System::Activities::Presentation::View::ViewCreatedEventArgs ^> ^ ViewCreated;
public event EventHandler<System.Activities.Presentation.View.ViewCreatedEventArgs> ViewCreated;
member this.ViewCreated : EventHandler<System.Activities.Presentation.View.ViewCreatedEventArgs> 
Public Custom Event ViewCreated As EventHandler(Of ViewCreatedEventArgs) 
Public Event ViewCreated As EventHandler(Of ViewCreatedEventArgs) 

イベントの種類

適用対象