The following tables list the members exposed by SplitterClientEvents.
Name | Description | |
---|---|---|
Collapsed | Event which is raised after splitter panel is collapsed. Function takes arguments evt and ui. Use ui.owner to obtain reference to igSplitter. Use ui.index to obtain the index of collapsed panel. | |
Expanded | Event which is raised after splitter panel is expanded. Function takes arguments evt and ui. Use ui.owner to obtain reference to igSplitter. Use ui.index to obtain the index of expanded panel. | |
ResizeEnded | Event which is raised after splitter bar is moved. Function takes arguments evt and ui. Use ui.owner to obtain reference to igSplitter. | |
ResizeStarted | Event which is raised before splitter bar is moved. Function takes arguments evt and ui. Use ui.owner to obtain reference to igSplitter. | |
Resizing | Event which is raised while splitter bar is moving. Function takes arguments evt and ui. Use ui.owner to obtain reference to igSplitter. |
View on GitHub