AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the configuration of an event. You can bind an event and a corresponding action to a Component or a ComponentChild. A button click is an example of an event.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ComponentEvent

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ComponentEvent

The ComponentEvent type exposes the following members

Constructors

NameDescription
Public Method ComponentEvent()

Properties

NameTypeDescription
Public Property Action System.String

Gets and sets the property Action.

The action to perform when a specific event is raised.

Public Property BindingEvent System.String

Gets and sets the property BindingEvent.

Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.

Public Property Parameters Amazon.AmplifyUIBuilder.Model.ActionParameters

Gets and sets the property Parameters.

Describes information about the action.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5