ArcGIS Pro 2.8 API Reference Guide
FireToolOptionsChanged Method

ArcGIS.Desktop.Editing Namespace > ToolOptionsEmbeddableControl Class : FireToolOptionsChanged Method
IsDirty property will be set to this value before firing the event
When using this ToolOptionsEmbeddableControl within TemplateProperties, sets the value of IsDirty, then fires an internal event to ensure that TemplateProperties takes note of that change in order to update the status of the TemplateProperties dialog OK button
Syntax
protected void FireToolOptionsChanged( 
   bool isDirty
)
Protected Sub FireToolOptionsChanged( _
   Optional ByVal isDirty As Boolean _
) 

Parameters

isDirty
IsDirty property will be set to this value before firing the event
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ToolOptionsEmbeddableControl Class
ToolOptionsEmbeddableControl Members