Class PasteTextEventArgs
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