IApplicationEventsProjectTaskClicked Method |
method ProjectTaskClicked
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid ProjectTaskClicked(
string taskName
)
Sub ProjectTaskClicked (
taskName As String
)
Dim instance As IApplicationEvents
Dim taskName As String
instance.ProjectTaskClicked(taskName)
void ProjectTaskClicked(
[InAttribute] String^ taskName
)
Parameters
- taskName
- Type: SystemString
See Also