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