Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_IsReactive

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.IsReactive Property

AutomationML Editor

Gets a value indicating whether this instance is reactive. Reactive PlugIn will be notified, when the actual CAEX-Object changes (Selection of any Tree view Item in an AutomationML TreeView) via the ChangeSelectedObject(CAEXBasicObject) Method or an AutomationML File is opened via the ChangeAMLFilePath(String) Method.

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

bool IsReactive { get; }

VB

ReadOnly Property IsReactive As Boolean
	Get

C++

property bool IsReactive {
	bool get ();
}

Property Value

Type: Boolean
true if this instance is reactive; otherwise, false.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally