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