Search
ListViewBase.shapeLibraryLoaded Event
See Also
 






Raised when a ShapeLibrary is loaded from shapeLibraryLocation.

Namespace: MindFusion.Diagramming
File: ListViewBase.js

 Syntax

JavaScript  Copy Code
listView.shapeLibraryLoaded.addEventListener(onShapeLibraryLoaded);

function onShapeLibraryLoaded(sender, args)
{
}

 See Also