Interface IReportGenerationEvent<TEventArgs, TNotificationArgs>
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the report generation event.
public interface IReportGenerationEvent<TEventArgs, TNotificationArgs> : IUIEvent<TEventArgs> where TEventArgs : IReportGenerationEventArgs where TNotificationArgs : ReportGenerationNotificationArgs
Type Parameters
TEventArgsThe type of the event arguments.
TNotificationArgsThe type of the notification arguments.
- Inherited Members