WorkflowView::OnControlAdded Method (ControlEventArgs^)
.NET Framework (current version)
Occurs when a control is added to the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- e
-
Type:
System.Windows.Forms::ControlEventArgs^
A ControlEventArgs that contains the event data.
| Exception | Condition |
|---|---|
| InvalidOperationException | If the control added is not a HScrollBar or VScrollBar |
OnControlAdded is called when a child control is added to the WorkflowView. The only child controls allowed are HScrollBar and VScrollBar controls.
.NET Framework
Available since 3.0
Available since 3.0
Show: