ArcFM Responder Mobile Developer Guide
ConfigurationSavedEvent Class
Members 






Event published after saving the configuration
Object Model
ConfigurationSavedEvent Class
Syntax
'Declaration
 
Public Class ConfigurationSavedEvent 
   Inherits Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent(Of IConfigurationService)
'Usage
 
Dim instance As ConfigurationSavedEvent
public class ConfigurationSavedEvent : Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<IConfigurationService> 
public class ConfigurationSavedEvent = class(Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent)
public class ConfigurationSavedEvent extends Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent
public __gc class ConfigurationSavedEvent : public Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<IConfigurationService> 
public ref class ConfigurationSavedEvent : public Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<IConfigurationService> 
Inheritance Hierarchy

System.Object
   Microsoft.Practices.Composite.Events.EventBase
      Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<TPayload>
         Miner.Mobile.Common.Events.ConfigurationSavedEvent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigurationSavedEvent Members
Miner.Mobile.Common.Events Namespace

Send Feedback