LumiSoft Net Help
ValidateIPHandler Delegate
NamespacesLumiSoft.NetValidateIPHandler
Represents the method that will handle the SMTP_Server.ValidateIPAddress and POP3_Server.ValidateIPAddressevent.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void ValidateIPHandler(
	Object sender,
	ValidateIP_EventArgs e
)
Public Delegate Sub ValidateIPHandler ( _
	sender As Object, _
	e As ValidateIP_EventArgs _
)
public delegate void ValidateIPHandler(
	Object^ sender, 
	ValidateIP_EventArgs^ e
)
Parameters
sender (Object)
The source of the event.
e (ValidateIP_EventArgs)
A ValidateIP_EventArgs that contains the event data.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129