Search
BaseList(E).raiseRemoving Method
See Also
 

Raises the removing event.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void raiseRemoving (
    E item
)

 Parameters

item

The element that should be removed.

 See Also