always Event (ImageLoader)

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype,'always',  
	get: function(), 
	set: function(value) 
) 
function always.add(function(sender, e)); 
function always.remove(function(sender, e)); 
TypeScript Syntax
always: void;

Remarks

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

Event Data
ParameterTypeDescription
sendervarThe source of the event.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize