An Event is an action that occurs as a result of a user's interaction with the application.
There are 3 types of Events in Stadium:
Load - when a page loads Available to:
Page
Item Load - when a list item loads Available to:
Repeater
Click - when a user clicks on a control or a specific part of a control Available to:
Button
Data Grid
Image
Link
Change - when a user changes the state of a control, e.g. selects a different value Available to:
Checkbox
DatePicker
DropDown
RadioButtonList
Event Handlers are set up to deal with Events.
Last updated 1 year ago
Was this helpful?