IPluginHost.OnZipDecompressionStarted Event

AdiIRC API v2

IPluginHostOnZipDecompressionStarted Event

Delegate gets called after /unzip is called

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ZipDecompressionStarted OnZipDecompressionStarted
Event OnZipDecompressionStarted As ZipDecompressionStarted
 event ZipDecompressionStarted^ OnZipDecompressionStarted {
	void add (ZipDecompressionStarted^ value);
	void remove (ZipDecompressionStarted^ value);
}
abstract OnZipDecompressionStarted : IEvent<ZipDecompressionStarted,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesZipDecompressionStarted
Remarks
Scripted Event Equivalent: overriding /unzip
See Also