Table of Contents

Enum ButtonClickEventType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the event type fired when a ButtonElement is clicked.

public enum ButtonClickEventType

Fields

The user will be redirected to the specified URL when the button is clicked.

None = 0

Nothing will happen when the button is clicked.

ReturnValue = 2

The value of the button's Value property will be submitted.