_IEModelViewControlEvents_OnConfigChangeEventHandler Delegate (eDrawings.Interop.EModelViewControl)
Fired when the specified configuration changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IEModelViewControlEvents_OnConfigChangeEventHandler( _
ByVal ConfigId As System.Integer _
) |
C# | |
---|
public delegate void _IEModelViewControlEvents_OnConfigChangeEventHandler(
System.int ConfigId
) |
C++/CLI | |
---|
public delegate void _IEModelViewControlEvents_OnConfigChangeEventHandler(
& System.int ConfigId
) |
Parameters
- ConfigId
- Configuration ID
Availability
eDrawings 2019 SP0