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
 ObjectDataSourceSelectingEventHandl...
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
ObjectDataSourceSelectingEventHandler Delegate

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

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

Parameters

sender
Type: System..::.Object
The source of the event, the ObjectDataSource control.
e
Type: System.Web.UI.WebControls..::.ObjectDataSourceSelectingEventArgs
An ObjectDataSourceSelectingEventArgs that contains the event data.

When you create an ObjectDataSourceSelectingEventHandler 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
ObjectDataSourceSelectingEventHandler, délégué

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

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

Paramètres

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

Lorsque vous créez un délégué ObjectDataSourceSelectingEventHandler, 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