Table of Contents

Delegate InsertTextIntoCodeDelegate

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents a method that will handle inserting text into user's code.

public delegate void InsertTextIntoCodeDelegate(FormDesignerTextSourceOperations.TextInsertionOperation[] operations)

Parameters

operations TextInsertionOperation[]

Contains data to insert.