ApplicationEventsClassAfterGeneratePrototype Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void AfterGeneratePrototype(
int AreaId
)
Public Overridable Sub AfterGeneratePrototype (
AreaId As Integer
)
Dim instance As ApplicationEventsClass
Dim AreaId As Integer
instance.AfterGeneratePrototype(AreaId)
public:
virtual void AfterGeneratePrototype(
[InAttribute] int AreaId
)
Parameters
- AreaId
- Type: SystemInt32
Implements
IApplicationEventsAfterGeneratePrototype(Int32)
See Also