ArcFM Engine Developer Guide
ProviderInitializedEventArgs<TProvider> Constructor


The System.Configuration.Provider.ProviderBase that was initialized.
Initializes a new instance of the ProviderInitializedEventArgs<TProvider> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal provider As TProvider _
)
'Usage
 
Dim provider As TProvider
 
Dim instance As New ProviderInitializedEventArgs(Of TProvider)(provider)
public ProviderInitializedEventArgs<TProvider>( 
   TProvider provider
)

Parameters

provider
The System.Configuration.Provider.ProviderBase that was initialized.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProviderInitializedEventArgs<TProvider> Class
ProviderInitializedEventArgs<TProvider> Members

 

 


Send Comment