Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IWidgetProvider.OnActionInvoked(WidgetActionInvokedArgs) Method

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.

Called when an action is invoked on a widget, such as the user clicking on a button.

public:
 void OnActionInvoked(WidgetActionInvokedArgs ^ actionInvokedArgs);
void OnActionInvoked(WidgetActionInvokedArgs const& actionInvokedArgs);
public void OnActionInvoked(WidgetActionInvokedArgs actionInvokedArgs);
function onActionInvoked(actionInvokedArgs)
Public Sub OnActionInvoked (actionInvokedArgs As WidgetActionInvokedArgs)

Parameters

actionInvokedArgs
WidgetActionInvokedArgs

A WidgetActionInvokedArgs object providing data for the callback.

Remarks

Objects passed into this callback method are only guaranteed to be valid within the callback. You should not store references to these objects because their behavior outside of the context of the callback is undefined.

Applies to


Feedback

Was this page helpful?