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