Edit

Share via


XmlChangedEventHandler Delegate

Definition

Represents the method that will handle the Changed event of a field or group.

public delegate void XmlChangedEventHandler(System::Object ^ sender, XmlEventArgs ^ e);
public delegate void XmlChangedEventHandler(object sender, XmlEventArgs e);
type XmlChangedEventHandler = delegate of obj * XmlEventArgs -> unit
Public Delegate Sub XmlChangedEventHandler(sender As Object, e As XmlEventArgs)

Parameters

sender
Object

The source of the event.

e
XmlEventArgs

An XmlChangingEventArgs object that contains the event data.

Examples

For an example of using the XmlChangedEventHandler delegate, see the sample code in the Changed event of the XmlEvent class.

Remarks

Important: The code skeleton for an event handler associated with the Changed event, which uses the XmlChangedEventHandler delegate, should be added only from the Microsoft InfoPath user interface. For more information on how to add event handlers in InfoPath, see How Do I: Add an Event Handler.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to