





    export declare class IgcBaseEventArgs
    {

        
    /**
     * Provides reference to the owner component.
     */
    public owner?: any;

    }


        