DataObjectChangeEvents.OnEventGroupStarted, méthode
Gestionnaire pour l'événement EventGroupStarted.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnEventGroupStarted ( _
e As EventArgs _
)
protected virtual void OnEventGroupStarted(
EventArgs e
)
protected:
virtual void OnEventGroupStarted(
EventArgs^ e
)
abstract OnEventGroupStarted :
e:EventArgs -> unit
override OnEventGroupStarted :
e:EventArgs -> unit
protected function OnEventGroupStarted(
e : EventArgs
)
Paramètres
e
Type : EventArgsArguments pour l'événement spécifié.
Notes
Ce membre prend en charge l'infrastructure de DDEX et n'est pas destiné à être utilisé directement à partir de votre code.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.