Table of Contents

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

TEventArgs

The type of the event arguments.

TNotificationArgs

The type of the notification arguments.

Inherited Members