ActionInvoked

Public Event ActionInvoked(sender As Object, e As Blackbaud.AppFx.BatchUI.BatchActionEventArgs)

The ActionInvoked event replaces the ButtonClicked event. The event's purpose is to notify handlers when an action event fires and is commonly used to populate a model when loading dialogs from the batch window.

Tip: For an example of ActionInvoked, see Creating Batch Dialog Screens and Managing Batch Data Using a Custom Dialog Screen.