action Property

Summary

Gets the action that caused the event.

Syntax
TypeScript
JavaScript
Object.defineProperty(NotifyLeadCollectionChangedEventArgs.prototype, 'action', 
	get: function(), 
	set: function(value) 
) 

Property Value

The action that caused the event.

Remarks

When checking for changes in LeadCollection.CollectionChanged, it is better practice to check the values of OldItems and NewItems than Action.

See NotifyLeadCollectionChangedEventArgs for more information.

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