WorkflowOutline::OnLoad Method (EventArgs^)
.NET Framework (current version)
Raises the Load event.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The OnLoad method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Note |
|---|
When overriding OnLoad in a derived class, be sure to call the base class's OnLoad method so that registered delegates receive the event. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
