The Portrate Interview Engine

InterviewControl.OnKnockout Method 

[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
);

See Also

InterviewControl Class | Portrate.Interview Namespace