. |
ConfigSaver.PropertyErrorEvent This event is raised whenever an error occurs while saving configuration. Otherwise, PropertyErrorEvent will be called whenever an error occurs. It is recommended that you handle PropertyError events. If you do not, there will be an interruption of configuration saving if there is an internal MPX error, such as the failure to convert a property value to text. It may be better to FAIL to save some configuration elements (and print a warning) than it is to halt saving configuration somewhere in the middle of the operation, resulting in an invalid configuration file. Version HistoryIntroduced in MPX 2.0. Typeevent ConfigSaver.PropertyErrorEventHandler DefaultNull Visual BasicSyntax PropertyErrorEvent(ByVal sender As Mpx.ConfigSaver, ByVal args As Mpx.ConfigSavePropertyErrorEventArgs) Sample Code
C#Syntax event PropertyErrorEventHandler PropertyErrorEvent Sample Code
See AlsoPropertyErrorEventHandler
|
| | Copyright © 2001-2021 Motion Engineering |