WorkflowElementDialog::OnModelItemChanged Method (Object^)

.NET Framework (current version)
 

When overridden in a derived class, occurs when the ModelItem is changed.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual void OnModelItemChanged(
	Object^ newItem
)

Parameters

newItem
Type: System::Object^

The new ModelItem.

.NET Framework
Available since 4.0
Return to top
Show: