Click or drag to resize

PluginPropertiesChangedEventArgs Class

The event args that is raised by the BasePluginSetup.PropertiesChangedEvent event.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.PluginPluginPropertiesChangedEventArgs

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
public class PluginPropertiesChangedEventArgs

The PluginPropertiesChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPluginPropertiesChangedEventArgsInitializes a new instance of the PluginPropertiesChangedEventArgs class
Top
Properties
 NameDescription
Public propertyPlugin The plugin whose properties have changed.
Top
See Also