Formatter.UnsetModel(TextToolbar) 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.
This method is called to unset event handlers that might have been registers by SetModel(TextToolbar)
public virtual void UnsetModel(Microsoft.Toolkit.Uwp.UI.Controls.TextToolbar model);
abstract member UnsetModel : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbar -> unit
override this.UnsetModel : Microsoft.Toolkit.Uwp.UI.Controls.TextToolbar -> unit
Public Overridable Sub UnsetModel (model As TextToolbar)
Parameters
- model
- TextToolbar
The old TextToolbar the Formatter was associated with