ActionCompletedEventArgs Class

Definition

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.

Applies to