An NDoc Documented Class Library

WindowBrowser.OnWindowChange Delegate

[Visual Basic]
Public Delegate Function Sub  WindowBrowser.OnWindowChange( _ 
   ByVal lastWindow As Window, _ 
   ByVal newWindow As Window _ 
)
[C#]
public delegate void WindowBrowser.OnWindowChange(
   Window lastWindow,
   Window newWindow
)
[C++]
public __gc __delegate void WindowBrowser.OnWindowChange(
   Window* lastWindow,
   Window* newWindow
)

[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.

Requirements

Namespace: Recorder.View

Assembly: White.Recorder (in White.Recorder.exe)

See Also

Recorder.View Namespace