Method OnPortRemoved
OnPortRemoved(string)
Port removal event recieved from the editor during edit mode if ExpandablePorts attribute is set. By default this function will reject all removeals
Declaration
public virtual bool OnPortRemoved(string entryName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | entryName | The name of the port to remove  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the port is removed  |