[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.1.0 (6.1.1.0)

Syntax

C#
protected virtual void OnPublisherAvailable(
	Object sender,
	PublisherAvailableEventArgs e
)

Parameters

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

See Also