_ButtonEventSink_SinkHelper.OnClick - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnClick ( _
param0 As DocActionEventObject _
)
'Utilisation
Dim instance As _ButtonEventSink_SinkHelper
Dim param0 As DocActionEventObject
instance.OnClick(param0)
public virtual void OnClick(
DocActionEventObject param0
)
Paramètres
- param0
Type : Microsoft.Office.Interop.InfoPath.DocActionEventObject
Implémentations
_ButtonEventSink.OnClick(DocActionEventObject)
Voir aussi
Référence
_ButtonEventSink_SinkHelper classe