ExpansionPanelEventBuilder
Methods
Expand(System.String)
Fired when the widget is expanded.The event handler function context (available via the this keyword) will be set to the widget instance.
For more information see Expand event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the expand event.
Collapse(System.String)
Fired when the widget is collapsed.The event handler function context (available via the this keyword) will be set to the widget instance.
For more information see Collapse event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the collapse event.
Complete(System.String)
Fired when the animation during collapse/expand is completed.The event handler function context (available via the this keyword) will be set to the widget instance.
For more information see Complete event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the complete event.