Common Application Framework

CommandList.Remove Method 

Removes the first occurrence of a specific object from the CommandList.

public override void Remove(
   object obj
);

Parameters

obj
The Object to remove from the CommandList.

Implements

IList.Remove

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace