Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_IsReactive

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.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.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public abstract bool IsReactive { get; }

VB

Public MustOverride ReadOnly Property IsReactive As Boolean
	Get

C++

public:
virtual property bool IsReactive {
	bool get () abstract;
}

Property Value

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

Implements

IAMLEditorPlugin.IsReactive

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally