StiAllowClipboardOperationEventArgs Class
Namespace: Stimulsoft.Report.Events
Describes an argument for the event AllowClipboardOperation.
Inheritance
Inherits from: EventArgs
Constructors
| Constructor | Description |
|---|---|
| StiAllowClipboardOperationEventArgs(StiComponentsCollection comps) |
StiAllowClipboardOperationEventArgs(comps: StiComponentsCollection)
Parameters
- comps (StiComponentsCollection)
Properties
| Property | Type | Description |
|---|---|---|
| Allow | bool | Gets or sets a value which indicates that clipboard operation is allowed or not. |
| Components | StiComponentsCollection | Gets or sets collection of selected components. |