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