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