action Property

Summary

Gets the action that caused the event.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly