Class BlockDeletingEventArgs
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
.