IVsProjectKeyVaultManager.KeyVaultAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event that is raised when a Key Vault is added to the project
public:
event EventHandler<Microsoft::VisualStudio::ConnectedServices::KeyVaultEventArgs ^> ^ KeyVaultAdded;
event EventHandler<Microsoft.VisualStudio.ConnectedServices.KeyVaultEventArgs> KeyVaultAdded;
member this.KeyVaultAdded : EventHandler<Microsoft.VisualStudio.ConnectedServices.KeyVaultEventArgs>
Event KeyVaultAdded As EventHandler(Of KeyVaultEventArgs)