ActionCompletedEventArgs Class
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.
Provides data for the ActionCompletedEventArgs class. Inherits from EventArgs.
public ref class ActionCompletedEventArgs : EventArgs
public class ActionCompletedEventArgs : EventArgs
type ActionCompletedEventArgs = class
inherit EventArgs
Public Class ActionCompletedEventArgs
Inherits EventArgs
- Inheritance
-
ActionCompletedEventArgs
Constructors
ActionCompletedEventArgs(String, IContext, IContext) |
Initializes a new instance of the ActionCompletedEventArgs class with specified actionMoniker, context, and resultContext parameters. |
Properties
ActionMoniker |
Gets the name of the action. |
Context |
Gets the specified context property from the context. |
ResultContext |
Gets the result of the specified context. |