FormEventsClassCurrentFormFieldChanged Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentFormFieldChanged(
int i_FieldId
)
Public Overridable Sub CurrentFormFieldChanged (
i_FieldId As Integer
)
Dim instance As FormEventsClass
Dim i_FieldId As Integer
instance.CurrentFormFieldChanged(i_FieldId)
public:
virtual void CurrentFormFieldChanged(
int i_FieldId
)
Parameters
- i_FieldId
- Type: SystemInt32
Implements
IFormEventsCurrentFormFieldChanged(Int32)
See Also