IProjectEventsProjectDeleted Method |
method ProjectDeleted
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ProjectDeleted(
int ProjectId
)
Sub ProjectDeleted (
ProjectId As Integer
)
Dim instance As IProjectEvents
Dim ProjectId As Integer
instance.ProjectDeleted(ProjectId)
void ProjectDeleted(
int ProjectId
)
Parameters
- ProjectId
- Type: SystemInt32
See Also