Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ActivitiesInformationEventArgs Class

Namespace: DevExpress.ExpressApp.Workflow

Assembly: DevExpress.ExpressApp.Workflow.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Workflow.Win

Declaration

public class ActivitiesInformationEventArgs :
    EventArgs

Remarks

The QueryAvailableActivities event occurs prior to loading the rehosted workflow designer. Handle this event to customize the list of activities that will be available in the rehosted workflow designer’s toolbox.

Inheritance

Object
EventArgs
ActivitiesInformationEventArgs
See Also