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