Class BlockDeletingEventArgs
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides data for the event that occurs when some block of lines within the ITextSource
is deleted.
public class BlockDeletingEventArgs : EventArgs
- Inheritance
-
BlockDeletingEventArgs
Constructors
- BlockDeletingEventArgs(Rectangle)
Initializes a new instance of the
BlockDeletingEventArgs
class with specified parameters.
Properties
- Rect
Represents the rectangle area of block being deleted by
ITextSource
.