igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
37 lines (36 loc) • 1.45 kB
JavaScript
import { CheckboxListKeysClearedEventArgs as CheckboxListKeysClearedEventArgs_internal } from "./CheckboxListKeysClearedEventArgs";
var IgcCheckboxListKeysClearedEventArgs = /** @class */ /*@__PURE__*/ (function () {
function IgcCheckboxListKeysClearedEventArgs() {
this._implementation = this.createImplementation();
this._implementation.externalObject = this;
this.onImplementationCreated();
if (this._initializeAdapters) {
this._initializeAdapters();
}
}
IgcCheckboxListKeysClearedEventArgs.prototype.createImplementation = function () {
return new CheckboxListKeysClearedEventArgs_internal();
};
Object.defineProperty(IgcCheckboxListKeysClearedEventArgs.prototype, "i", {
/**
* @hidden
*/
get: function () {
return this._implementation;
},
enumerable: false,
configurable: true
});
IgcCheckboxListKeysClearedEventArgs.prototype.onImplementationCreated = function () {
};
IgcCheckboxListKeysClearedEventArgs.prototype._provideImplementation = function (i) {
this._implementation = i;
this._implementation.externalObject = this;
this.onImplementationCreated();
if (this._initializeAdapters) {
this._initializeAdapters();
}
};
return IgcCheckboxListKeysClearedEventArgs;
}());
export { IgcCheckboxListKeysClearedEventArgs };