. |
ConfigSaver.PropertyStatusEvent This event is raised immediately prior to saving a property. The user can provide a handler to this event in order to report progress or to exclude certain configuration elements from being saved. The ConfigSavePropertyStatusEventArgs class provides access to the event data. The event data includes the progress percentage, as well as other pertinant information. It also provides a means of not saving particular properties or entire objects. Version HistoryIntroduced in MPX 2.0. Typeevent ConfigSaver.PropertyStatusEventHandler DefaultNull Visual BasicSyntax Event PropertyStatusEvent(ByVal sender As Mpx.ConfigSaver, ByVal args As Mpx.ConfigSavePropertyStatusEventArgs) Sample Code
C#Syntax event PropertyStatusEventHandler PropertyStatusEvent Sample Code
See AlsoPropertyStatusEventHandler
|
| | Copyright © 2001-2021 Motion Engineering |