Represents the method that will handle the SMTP_Server.ValidateIPAddress and POP3_Server.ValidateIPAddressevent.
| C# | Visual Basic | Managed 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 )
- sender (Object)
- The source of the event.
- e (ValidateIP_EventArgs)
- A ValidateIP_EventArgs that contains the event data.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)