always Event

Summary

Occurs after either the Done or Fail event handlers have fired.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageLoader.prototype,'always',  
	get: function(), 
	set: function(value) 
) 
always: LeadEvent; 

Remarks

The Always event can be used for cleanup to remove attached handling functions for Done or Fail.

Dispose does not need to be called in Always, as it is called internally after Always completes.

Alwayswill not be run if Dispose / Abort is called prior to the end of the request. Fail and Alwayswill be called if the request is canceled from PreRun or PreSend.

Event Data

ParameterTypeDescription
sendervarThe source of the event.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly