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)
Syntaxpublic EventHandler<ControllerCreatedEventArgs> ControllerCreatedEvent
Public ControllerCreatedEvent As EventHandler(Of ControllerCreatedEventArgs)
public:
EventHandler<ControllerCreatedEventArgs^>^ ControllerCreatedEvent
Field Value
Type: 
EventHandlerControllerCreatedEventArgs
See Also