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 |