Skip to content

M_Aml_Editor_Plugin_Contracts_INotifyViewActivation_Activate

AutomationML edited this page Jun 24, 2019 · 1 revision

INotifyViewActivation.Activate Method

AutomationML Editor

Is called, when the AMLEditor activates a view.

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

Syntax

C#

void Activate(
	string viewName
)

VB

Sub Activate ( 
	viewName As String
)

C++

void Activate(
	String^ viewName
)

Parameters

 

viewName
Type: System.String
Name of the activated view. This is the display name shown in the view tab header.

See Also

Reference

INotifyViewActivation Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally