[This is preliminary documentation and is subject to change.]

Required method for the ISubscribes interface

Namespace: Clarion.Plugins
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected virtual void OnPublisherRemoved(
	Object sender,
	PublisherRemovedEventArgs e
)

Parameters

sender
Type: System..::..Object
The internal mechanism that initiated the event
e
Type: Clarion.Framework.Templates..::..PublisherRemovedEventArgs
The event args for the event

See Also