An NDoc Documented Class Library

Window.WaitTillDelegate Delegate

[Visual Basic]
Public Delegate Function Sub  Window.WaitTillDelegate() As Boolean
[C#]
public delegate bool Window.WaitTillDelegate()
[C++]
public __gc __delegate bool Window.WaitTillDelegate()

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

Requirements

Namespace: White.Core.UIItems.WindowItems

Assembly: White.Core (in White.Core.dll)

See Also

White.Core.UIItems.WindowItems Namespace