Base:
event
ViewStateChanged
System.Activities.Presentation.View.ViewStateService.ViewStateChanged
2 references to ViewStateChanged
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewStateService.cs (2)
108if (this.ViewStateChanged != null && value != oldValue) 110this.ViewStateChanged(this, new ViewStateChangedEventArgs(modelItem, key, value, oldValue));