clearItems Method

Summary

Removes all items from the collection.

Syntax

JavaScript Syntax
LeadCollection.prototype.clearItems = function( 
   ) 
TypeScript Syntax
clearItems( 
): void; // protected 

Remarks

This method raises the CollectionChanged event with Reset action.

Notes to Inheritors

Derived classes can override this method to change the behavior of the Clear method.

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