[Visual Basic] Overridable Protected Sub OnFormError( _ ByVal args As EventArgs _ ) [C#] protected virtual void OnFormError( EventArgs args ); [C++] protected: virtual void OnFormError( EventArgs* args ); [JScript] protected virtual function OnFormError( EventArgs args );
InterviewControl Class | Portrate.Interview Namespace