Compartir a través de


ActionSave.ActionExpired Event

Event handler for ActionExpired event.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ActionSave
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.ActionExpired, handler

Syntax

'Declaration
Public Event ActionExpired As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> ActionExpired
public:
event EventHandler<EventArgs^>^ ActionExpired {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
/** @event */
public void add_ActionExpired (EventHandler<EventArgs> value)

/** @event */
public void remove_ActionExpired (EventHandler<EventArgs> value)

Platforms

See Also

Reference

ActionSave Class
ActionSave Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.