WorkflowViewElement::OnModelItemChanged Method (Object^)

.NET Framework (current version)
 

Invoked when the underlying model item is changed. Implement this method in a derived class to handle this event.

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

protected:
virtual void OnModelItemChanged(
	Object^ newItem
)

Parameters

newItem
Type: System::Object^

An Object that represents the changed state of the model item.

There is no default implementation.

.NET Framework
Available since 4.0
Return to top
Show: