Method CheckOnClickEvent
CheckOnClickEvent(EventBase)
Called to confirm if the button is clicked.
Declaration
protected virtual bool CheckOnClickEvent(EventBase eventBase)Parameters
| Type | Name |
|---|---|
| EventBase | eventBase |
Returns
| Type | Description |
|---|---|
| bool | True for confirmation of of the click, False otherwise. |
