ApplicationEventsClassPhoneDialed Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void PhoneDialed(
string phoneNr
)
Public Overridable Sub PhoneDialed (
phoneNr As String
)
Dim instance As ApplicationEventsClass
Dim phoneNr As String
instance.PhoneDialed(phoneNr)
public:
virtual void PhoneDialed(
[InAttribute] String^ phoneNr
)
Parameters
- phoneNr
- Type: SystemString
Implements
IApplicationEventsPhoneDialed(String)
See Also