The Portrate Interview Engine

KnockoutArgs Class

Data structure passed into the Knockout event handler.

For a list of all members of this type, see KnockoutArgs Members.

System.Object
   System.EventArgs
      Portrate.Interview.DPLEventArgs
         Portrate.Interview.KnockoutArgs

[Visual Basic]
Public Class KnockoutArgs
    Inherits DPLEventArgs
[C#]
public class KnockoutArgs : DPLEventArgs
[C++]
public __gc class KnockoutArgs : public DPLEventArgs
[JScript]
public class KnockoutArgs extends DPLEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

KnockoutArgs Members | Portrate.Interview Namespace