DeployLX Software Protection System

CollectionEventHandler Delegate

Handle for generic collection events.

Syntax

Public Delegate Sub CollectionEventHandler ( _
	sender As Object, _
	e As CollectionEventArgs _
)
public delegate void CollectionEventHandler(
	Object sender,
	CollectionEventArgs e
)

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also