Hevea documentation

Button.Clicked Method 

Checks if the button was clicked.

public static bool Clicked(
   WebPage owner,
   string id
);

Parameters

owner
button owner
id
button id

Return Value

true if the button was clicked

Exceptions

Exception Type Condition
ArgumentNullException owner or id is null

See Also

Button Class | Hevea.Core.Http.Html.UI Namespace