A callback method which is invoked during the registration process to
let the user fill out the required fields needed to complete the
registration.
Namespace: S22.Xmpp.ExtensionsAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public delegate SubmitForm RegistrationCallback( RequestForm form ) |
Parameters
- form
- Type: S22.Xmpp.Extensions.Dataforms..::..RequestForm
A request form containing the fields to be filled out.