Table of Contents

Class PluginLoadedEventArgs

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

EventArgs for the PluginLoaded event.

public class PluginLoadedEventArgs : EventArgs
Inheritance
PluginLoadedEventArgs
Inherited Members

Constructors

PluginLoadedEventArgs(Plugin)

Initializes a new instance of the PluginLoadedEventArgs class.

public PluginLoadedEventArgs(Plugin plugin)

Parameters

plugin Plugin

The plugin.

Properties

LoadedPlugin

Gets plugin which was loaded.

public Plugin LoadedPlugin { get; }

Property Value

Plugin

The loaded plugin.