'Declaration
Public Delegate Sub ChangedEventHandler( _
ByVal sender As Object, _
ByVal e As EventArgs _
)
Parameters
sender
e
Remarks
This delegate should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.