CrossSectionEventHandler Delegate |
event handler delegate
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public delegate void CrossSectionEventHandler(
Object sender,
ICrossSection cs
)
Public Delegate Sub CrossSectionEventHandler (
sender As Object,
cs As ICrossSection
)
public delegate void CrossSectionEventHandler(
Object^ sender,
ICrossSection^ cs
)
Parameters
- sender
- Type: SystemObject
- cs
- Type: DHI.Mike1D.CrossSectionModuleICrossSection
See Also