UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

37 lines (36 loc) 1.38 kB
import { CancelButtonClickEventArgs as CancelButtonClickEventArgs_internal } from "./CancelButtonClickEventArgs"; var IgcCancelButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgcCancelButtonClickEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgcCancelButtonClickEventArgs.prototype.createImplementation = function () { return new CancelButtonClickEventArgs_internal(); }; Object.defineProperty(IgcCancelButtonClickEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgcCancelButtonClickEventArgs.prototype.onImplementationCreated = function () { }; IgcCancelButtonClickEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } }; return IgcCancelButtonClickEventArgs; }()); export { IgcCancelButtonClickEventArgs };