Skip to main content
A newer version of this page is available. .

ActivitiesInformationEventArgs Class

Namespace: DevExpress.ExpressApp.Workflow

Assembly: DevExpress.ExpressApp.Workflow.Win.v19.1.dll

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