IApplicationEventsExternalUserCreated Method |
method ExternalUserCreated
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ExternalUserCreated(
int assocId
)
Sub ExternalUserCreated (
assocId As Integer
)
Dim instance As IApplicationEvents
Dim assocId As Integer
instance.ExternalUserCreated(assocId)
void ExternalUserCreated(
[InAttribute] int assocId
)
Parameters
- assocId
- Type: SystemInt32
See Also