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