Delegate ObjectInsertedEventHandler
Represents the method that will handle the designer ObjectInserted event.
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public delegate void ObjectInsertedEventHandler(object sender, ObjectInsertedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
ObjectInsertedEventArgs | e | The event data. |