Represents the method that handles the ElementUpdated event.
[Visual Basic .NET] Public Delegate Sub ElementUpdatedEventHandler ( _ ByVal Element As IElement _ )
[C#] public delegate void ElementUpdatedEventHandler ( IElement Element );