Search Results for

    Show / Hide Table of Contents

    Class ObjectInsertedEventArgs

    Provides a data for the designer ObjectInserted event.

    Inheritance
    System.Object
    ObjectInsertedEventArgs
    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public class ObjectInsertedEventArgs

    Properties

    InsertSource

    Gets the source where the object is inserted from.

    Declaration
    public InsertFrom InsertSource { get; }
    Property Value
    Type Description
    InsertFrom

    Object

    Gets the inserted object.

    Declaration
    public Base Object { get; }
    Property Value
    Type Description
    Base
    Back to top © 1998-2025 Copyright Fast Reports Inc.