ActionSave.ActionExpired Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler for ActionExpired event.
public:
event EventHandler<EventArgs ^> ^ ActionExpired;
public event EventHandler<EventArgs> ActionExpired;
member this.ActionExpired : EventHandler<EventArgs>
Public Event ActionExpired As EventHandler(Of EventArgs)