'Declaration Protected Overridable Function OnFieldValueChanging( _
ByVal formFieldForm field, which value is changing.As PdfInteractiveFormField, _
ByVal eAn object that contains the event data.As Vintasoft.Imaging.PropertyChangingEventArgs(Of T) _
) As Boolean
protected virtual bool OnFieldValueChanging(
PdfInteractiveFormField formField,
Vintasoft.Imaging.PropertyChangingEventArgs<T> e
)
protected: virtual bool OnFieldValueChanging(
PdfInteractiveFormField* formField,
Vintasoft.Imaging.PropertyChangingEventArgs<T*>* e
)
protected:
virtual bool OnFieldValueChanging(
PdfInteractiveFormField^ formField,
Vintasoft.Imaging.PropertyChangingEventArgs<T^>^ e
)
Parameters
- formField
- Form field, which value is changing.
- e
- An object that contains the event data.
Return Value
True if the field value is changed; otherwise, false.