Click or drag to resize
Sandcastle Help File BuilderContentEditorControlExecute Method
Execute a specified action in the editor

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void Execute(
	IEditAction action
)

Parameters

action
Type: ICSharpCode.TextEditor.ActionsIEditAction
The action to execute
See Also