ActivityDesignerTheme.OnAmbientPropertyChanged(AmbientProperty) 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.
Called to signal changes to ambient settings.
public:
override void OnAmbientPropertyChanged(System::Workflow::ComponentModel::Design::AmbientProperty ambientProperty);
public override void OnAmbientPropertyChanged (System.Workflow.ComponentModel.Design.AmbientProperty ambientProperty);
override this.OnAmbientPropertyChanged : System.Workflow.ComponentModel.Design.AmbientProperty -> unit
Public Overrides Sub OnAmbientPropertyChanged (ambientProperty As AmbientProperty)
Parameters
- ambientProperty
- AmbientProperty
The property that has changed.
Remarks
OnAmbientPropertyChanged is used to notify the theme to apply changes to ambient properties.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.