Represents the method that processes the ContentChanged event.
Syntax
'Declaration
Public Delegate Sub RenderingExtensionInfoCollection.ContentChangedEventHandler( _
ByVal As Object, _
ByVal As EventArgs _
)
public delegate void RenderingExtensionInfoCollection.ContentChangedEventHandler(
object ,
EventArgs
)
Parameters
- sender
- The source of the event.
- e
- The RenderingExtensionInfoCollection.ContentChangedEventargs value that contains the event data.
See Also