AVEVA OMI Software Developer Kit



ArchestrA.Client.NumericFormatter Namespace > NumericFormatter Class : FormatterInternal_ConfigurationChanged Method
FormatterInternal_ConfigurationChanged Method
Handles the Galaxy style configuration changed event from Global settings, and raises a corresponding event to the clients.
Syntax
'Declaration
 
Protected Sub FormatterInternal_ConfigurationChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As NumericFormatter
Dim sender As Object
Dim e As EventArgs
 
instance.FormatterInternal_ConfigurationChanged(sender, e)
protected void FormatterInternal_ConfigurationChanged( 
   object sender,
   EventArgs e
)
protected:
void FormatterInternal_ConfigurationChanged( 
   Object^ sender,
   EventArgs^ e
) 

Parameters

sender
e
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