Table of Contents

Method UpdateTokenFromDialog

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

UpdateTokenFromDialog()

Called by the derived class to indicate that the Token should be updated, usually in response to changes the user has made to the dialog's controls (e.g. sliders, checkboxes, etc.).
This will result in a call to the OnUpdateTokenFromDialog(EffectConfigToken) method, followed by a call to OnTokenChanged() which will raise the TokenChanged event.

protected void UpdateTokenFromDialog()