PluginEventArgsPlugin Property |
Gets the plugin that the event corresponds to.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IPlugin Plugin { get; }
Public ReadOnly Property Plugin As IPlugin
Get
public:
property IPlugin^ Plugin {
IPlugin^ get ();
}
member Plugin : IPlugin with get
Property Value
Type:
IPluginSee Also