Report > Report Assembly Classes > ReportInteractiveSelectionChangeEventArgs
ReportInteractiveSelectionChangeEventArgs
Assembly: Report;
Description
The ReportInteractiveSelectionChangeEventArgs class implements the argument of the event that occurs at the moment moving selected cell area.
Constructors
|
Constructor name |
Brief description |
 |
Create |
The Create constructor creates an argument of the event that occurs at the moment of moving selected cell area. |
|
Constructor name |
Brief description |
 |
CreateInteractiveSelectionArgs |
The CreateInteractiveSelectionArgs constructor creates an argument of the events that occur on moving selected cell area in the table. |
|
Constructor name |
Brief description |
 |
CreateArgs |
The Create constructor creates an argument of events of the ReportBox component. |
|
Property name |
Brief description |
 |
Cancel |
The Cancel property determines whether the selected cell area can be moved. |
|
Property name |
Brief description |
 |
Range |
The Range property returns the cell range, to which the selected cell area is currently moved. |
 |
Type |
The Type property returns type of the event when the selected cell area is visually moved. |
Class object properties inherited from IReportEventArgs
|
Property name |
Brief description |
 |
Report |
The Report property returns the ReportBox component that has generated the event. |
 |
Sheet |
The Sheet property returns the sheet of the regular report, on which the event has occurred. |
See also:
Report Assembly Classes