Partager via


ClickedEventArgs.Source, propriété

Obtient un objet XPathNavigator positionné au niveau du nœud XML le plus central du document XML sous-jacent du formulaire contenant le contrôle Bouton.

Espace de noms :  Microsoft.Office.InfoPath
Assembly :  Microsoft.Office.InfoPath (dans Microsoft.Office.InfoPath.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Source As XPathNavigator
    Get
'Utilisation
Dim instance As ClickedEventArgs
Dim value As XPathNavigator

value = instance.Source
public abstract XPathNavigator Source { get; }

Valeur de la propriété

Type : System.Xml.XPath.XPathNavigator
Objet XPathNavigator positionné au niveau du nœud XML le plus central du document XML sous-jacent du formulaire contenant le contrôle Bouton.

Remarques

Après avoir défini une référence à l'objet XPathNavigator renvoyé par la propriété Source, vous pouvez utiliser les propriétés et méthodes prises en charge par la classe XPathNavigator.

Exemples

Dans l'exemple suivant, la propriété Source permet de renvoyer un objet XPathNavigator, qui est ensuite utilisé pour afficher le nœud XML le plus central du document XML sous-jacent du formulaire, contenant le contrôle Bouton.

MessageBox.Show(e.Source.OuterXml.ToString());
MessageBox.Show(e.Source.OuterXml.ToString())

Voir aussi

Référence

ClickedEventArgs Classe

ClickedEventArgs, membres

Microsoft.Office.InfoPath, espace de noms