AppointmentEventsClassCurrentAppointmentFieldChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentAppointmentFieldChanged(
int FieldId
)
Public Overridable Sub CurrentAppointmentFieldChanged (
FieldId As Integer
)
Dim instance As AppointmentEventsClass
Dim FieldId As Integer
instance.CurrentAppointmentFieldChanged(FieldId)
public:
virtual void CurrentAppointmentFieldChanged(
int FieldId
)
Parameters
- FieldId
- Type: SystemInt32
Implements
IAppointmentEventsCurrentAppointmentFieldChanged(Int32)
See Also