Print3DWorkflowPrintRequestedEventArgs.SetSourceChanged(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the data model has been updated by the Print3DWorkflow.
public:
virtual void SetSourceChanged(bool value) = SetSourceChanged;
void SetSourceChanged(bool const& value);
public void SetSourceChanged(bool value);
function setSourceChanged(value)
Public Sub SetSourceChanged (value As Boolean)
Parameters
- value
-
Boolean
bool
Returns true if the data model has been updated; otherwise, false.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|