Click or drag to resize
ToolControlBaseApply Event
Occurs when the user presses Apply or Create.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations.Forms (in ABB.Robotics.RobotStudio.Stations.Forms.dll) Version: 7.0.8747.636
Syntax
C#
public event EventHandler Apply

Value

Type: SystemEventHandler
Remarks
Any changes to the model will be wrapped in an undo step if UseDefaultUndoStep is true. For an asynchronous event handler, cast EventArgs to AsyncCompletionEventArgs and set CompletionTask to a task that completes when the handler has finished.
Version Information

Supported in: 1.0.0.0
See Also