Table of Contents

Class PasteTextEventArgs

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Provides data for the BeforePaste handler.

public class PasteTextEventArgs : EventArgs
Inheritance
PasteTextEventArgs

Constructors

PasteTextEventArgs(string, SelectionType)

Initialized PasteTextEventArgs class with specified text and selection type.

Properties

Handled

Indicates that if further processing is required.

SelType

Specifies new selection type of the pasted text.

Text

Specifies text to be pasted