Suggérer une traduction
 
Suggestions d'autres utilisateurs :

progress indicator
Aucune autre suggestion.
Cliquez pour évaluer et commenter
MSDN
MSDN Library
Développement .NET
.NET Framework 4
Espaces de noms System.Web
System.Web.UI.WebControls
 SqlDataSourceSelectingEventHandler,...
Réduire tout/Développer tout Réduire tout
Affichage du contenu :  côte à côteAffichage du contenu : côte à côte
.NET Framework Class Library
SqlDataSourceSelectingEventHandler Delegate

Represents the method that will handle the Selecting event of the SqlDataSource control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Visual Basic
Public Delegate Sub SqlDataSourceSelectingEventHandler ( _
    sender As Object, _
    e As SqlDataSourceSelectingEventArgs _
)
C#
public delegate void SqlDataSourceSelectingEventHandler(
    Object sender,
    SqlDataSourceSelectingEventArgs e
)
Visual C++
public delegate void SqlDataSourceSelectingEventHandler(
    Object^ sender, 
    SqlDataSourceSelectingEventArgs^ e
)
F#
type SqlDataSourceSelectingEventHandler = 
    delegate of 
        sender:Object * 
        e:SqlDataSourceSelectingEventArgs -> unit

Parameters

sender
Type: System..::.Object
The source of the event, the SqlDataSource control.
e
Type: System.Web.UI.WebControls..::.SqlDataSourceSelectingEventArgs
A SqlDataSourceSelectingEventArgs that contains the event data.

When you create a SqlDataSourceSelectingEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event handler delegates, see Consuming Events.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Bibliothèque de classes .NET Framework
SqlDataSourceSelectingEventHandler, délégué

Représente la méthode qui gérera l'événement Selecting du contrôle SqlDataSource.

Espace de noms :  System.Web.UI.WebControls
Assembly :  System.Web (dans System.Web.dll)
Visual Basic
Public Delegate Sub SqlDataSourceSelectingEventHandler ( _
    sender As Object, _
    e As SqlDataSourceSelectingEventArgs _
)
C#
public delegate void SqlDataSourceSelectingEventHandler(
    Object sender,
    SqlDataSourceSelectingEventArgs e
)
VisualC++
public delegate void SqlDataSourceSelectingEventHandler(
    Object^ sender, 
    SqlDataSourceSelectingEventArgs^ e
)
F#
type SqlDataSourceSelectingEventHandler = 
    delegate of 
        sender:Object * 
        e:SqlDataSourceSelectingEventArgs -> unit

Paramètres

sender
Type : System..::.Object
Source de l'événement, le contrôle SqlDataSource.
e
Type : System.Web.UI.WebControls..::.SqlDataSourceSelectingEventArgs
SqlDataSourceSelectingEventArgs qui contient les données d'événement.

Lorsque vous créez un délégué SqlDataSourceSelectingEventHandler, vous identifiez la méthode qui gérera l'événement. Pour associer l'événement à votre gestionnaire d'événements, ajoutez une instance du délégué à l'événement. Le gestionnaire d'événements est appelé à chaque fois que l'événement se produit, sauf si vous supprimez le délégué. Pour plus d'informations sur les délégués de gestionnaires d'événements, consultez Consommation d'événements.

.NET Framework

Pris en charge dans : 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2

Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Contenu de la communauté   Qu'est-ce que le Contenu de la communauté ?
Ajouter du contenu RSS  Annotations
Processing
© 2012 Microsoft. Tous droits réservés. Conditions d'utilisation | Marques | Confidentialité
Page view tracker