PalettePersistEventArgs Constructor
|
Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public PalettePersistEventArgs(
IConfigurationSection confSect
)
Public Sub New (
confSect As IConfigurationSection
)
public:
PalettePersistEventArgs(
IConfigurationSection^ confSect
)
new :
confSect : IConfigurationSection -> PalettePersistEventArgs
Parameters
- confSect
- Type: Bricscad.ApplicationServicesIConfigurationSection
See Also