Click or drag to resize

Mike1DDataControllerCreatedEvent Field

Event that is triggered when a this Mike1DData is being connected to a newly created controller.

This can be used by components that only have access to data access classes, to also get access to the controller and its events. Examples are data bridges and plugins.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public EventHandler<ControllerCreatedEventArgs> ControllerCreatedEvent

Field Value

Type: EventHandlerControllerCreatedEventArgs
See Also