FileManagerEventBuilder
Methods
Navigate(System.String)
Defines the handler of the Navigate client-side event. Fired when navigation occurs.
For more information see Navigate event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Navigate event.
Select(System.String)
Defines the handler of the Select client-side event. Fired when selection changes.
For more information see Select event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Select event.
Open(System.String)
Defines the handler of the Open client-side event. Fired when a file is opened (with double click).
For more information see Open event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Open event.
Execute(System.String)
Defines the handler of the Execute client-side event. Fired when a command is executed.
For more information see Execute event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Execute event.
Error(System.String)
Defines the handler of the Error client-side event. Fired when a error in the DataSource happen.
For more information see Error event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Error event.
DataBinding(System.String)
Defines the handler of the DataBinding client-side event. Fired before the widget binds to its data source.
For more information see DataBinding event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the DataBinding event.
DataBound(System.String)
Defines the handler of the DataBound client-side event. Fired when the widget is bound to data from its data source.
For more information see DataBound event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the DataBound event.
Drop(System.String)
Defines the handler of the Drop client-side event. Fired when a file is dragged and dropped over a folder.
For more information see Drop event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Drop event.
Command(System.String)
Defines the handler of the Command client-side event. Fired when server command is executed (copy, move, delete or rename).The event is useful to get feedback when server commands has failed or succeeded and take additional actions based on the status.
For more information see Command event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Command event.